Skip to content

Commit de2fa3e

Browse files
committed
ci: update another job to python 3.10
1 parent f3c9e3f commit de2fa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@v2
8787
- uses: actions/setup-python@v2
8888
with:
89-
python-version: 3.9
89+
python-version: "3.10"
9090
- name: Install dependencies
9191
run: |
9292
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)