Skip to content

Commit e682ef6

Browse files
committed
test workflow: Upgrade Python version to 3.10.
This commit only upgrade the Python version for github workflows when running tests. The previous Python version of 3.8.18 have some outdated mypy linting error over at the bots/slasesforce.py file This commit doesn't try to drop support for Python 3.8.
1 parent bc44575 commit e682ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zulip-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.8
16+
- name: Set up Python 3.10
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.8"
19+
python-version: "3.10"
2020

2121
- name: Install dependencies
2222
run: tools/provision --force

0 commit comments

Comments
 (0)