We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff63cf commit 216d01fCopy full SHA for 216d01f
.github/workflows/main.yml
@@ -9,10 +9,10 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
12
- - name: Set up Python 3.8
+ - name: Set up Python 3.10
13
uses: actions/setup-python@v1
14
with:
15
- python-version: 3.8
+ python-version: 3.10
16
17
- name: Install dependencies
18
run: |
@@ -38,10 +38,10 @@ jobs:
38
39
40
41
42
43
44
45
46
47
0 commit comments