Skip to content

Commit d660dcd

Browse files
committed
test workflow: Upgrade Python version to 3.10.
This is an optional commit that upgrade the Python version for github workflows when running tests. This commit doesn't try to drop support for Python 3.8.
1 parent 81ffb46 commit d660dcd

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)