File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
strategy :
20
20
matrix :
21
- python-version : [3.7 , 3.8, 3.9 ]
21
+ python-version : [3.8 , 3.9, "3.10" ]
22
22
steps :
23
23
- name : Check out code from GitHub
24
24
uses : actions/checkout@v2
@@ -224,7 +224,7 @@ jobs:
224
224
needs : prepare-base
225
225
strategy :
226
226
matrix :
227
- python-version : [3.7 , 3.8, 3.9 ]
227
+ python-version : [3.8 , 3.9, "3.10" ]
228
228
name : >-
229
229
Run tests Python ${{ matrix.python-version }}
230
230
steps :
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@master
13
- - name : Set up Python 3.7
13
+ - name : Set up Python 3.8
14
14
uses : actions/setup-python@v1
15
15
with :
16
- python-version : 3.7
16
+ python-version : 3.8
17
17
- name : Install wheel
18
18
run : >-
19
19
pip install wheel
You can’t perform that action at this time.
0 commit comments