We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11005c0 commit 8e5d025Copy full SHA for 8e5d025
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-python@v2
19
name: Install Python 3.8
20
with:
21
- python-version: '3.8'
+ python-version: '3.10'
22
architecture: 'x64'
23
- name: Install dependencies
24
run: |
0 commit comments