7
7
strategy :
8
8
matrix :
9
9
os : [ubuntu-latest, macos-latest, windows-latest]
10
- python-version : [3.6, 3.7, 3.8, 3.9]
10
+ python-version : [" 3.6", " 3.7", " 3.8", " 3.9", "3.10" ]
11
11
runs-on : " ${{ matrix.os }}"
12
12
steps :
13
13
# Check out the code
@@ -115,7 +115,7 @@ jobs:
115
115
- name : " Set up python"
116
116
uses : " actions/setup-python@v2"
117
117
with :
118
- python-version : " 3.9 "
118
+ python-version : " 3.10 "
119
119
120
120
- name : " Get Python Path"
121
121
id : get-py-path
@@ -273,7 +273,7 @@ jobs:
273
273
strategy :
274
274
matrix :
275
275
os : [macos-latest, windows-latest]
276
- python-version : [3.6, 3.7, 3.8, 3.9]
276
+ python-version : [" 3.6", " 3.7", " 3.8", " 3.9", "3.10" ]
277
277
runs-on : " ${{ matrix.os }}"
278
278
steps :
279
279
# Check out the code
@@ -363,7 +363,7 @@ jobs:
363
363
- name : " Set up python"
364
364
uses : " actions/setup-python@v2"
365
365
with :
366
- python-version : 3.8
366
+ python-version : " 3.8"
367
367
368
368
# Generate the lockfile
369
369
- name : " Generate Cargo Lockfile"
@@ -492,7 +492,7 @@ jobs:
492
492
strategy :
493
493
matrix :
494
494
os : [macos-latest, windows-latest]
495
- python-version : [3.6, 3.7, 3.8, 3.9]
495
+ python-version : [" 3.6", " 3.7", " 3.8", " 3.9", "3.10" ]
496
496
runs-on : " ${{ matrix.os }}"
497
497
steps :
498
498
# Check out the code
@@ -502,7 +502,7 @@ jobs:
502
502
- name : " Set up python"
503
503
uses : " actions/setup-python@v2"
504
504
with :
505
- python-version : 3.8
505
+ python-version : " 3.8"
506
506
507
507
- name : " Pull cargo version tracking file"
508
508
uses : " actions/download-artifact@v1"
@@ -552,7 +552,7 @@ jobs:
552
552
- name : " Set up python"
553
553
uses : " actions/setup-python@v2"
554
554
with :
555
- python-version : 3.9
555
+ python-version : " 3.10 "
556
556
557
557
- name : " Pull cargo version tracking file"
558
558
uses : " actions/download-artifact@v1"
0 commit comments