File tree 1 file changed +4
-7
lines changed 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 29
29
30
30
strategy :
31
31
matrix :
32
- python : ['3.8', '3.9']
32
+ python : ['3.8', '3.9', '3.10' ]
33
33
os : [ubuntu-20.04, windows-latest]
34
- include :
35
- - python : ' 3.10'
36
- os : ubuntu-20.04
37
34
38
35
runs-on : ${{ matrix.os }}
39
36
@@ -110,7 +107,7 @@ jobs:
110
107
111
108
strategy :
112
109
matrix :
113
- python : ['3.8', '3.9']
110
+ python : ['3.8', '3.9', '3.10' ]
114
111
os : [ubuntu-20.04, ubuntu-latest]
115
112
116
113
experimental : [false]
@@ -215,7 +212,7 @@ jobs:
215
212
216
213
strategy :
217
214
matrix :
218
- python : ['3.8', '3.9']
215
+ python : ['3.8', '3.9', '3.10' ]
219
216
experimental : [false]
220
217
221
218
continue-on-error : ${{ matrix.experimental }}
@@ -384,7 +381,7 @@ jobs:
384
381
385
382
strategy :
386
383
matrix :
387
- python : ['3.8', '3.9']
384
+ python : ['3.8', '3.9', '3.10' ]
388
385
os : [ubuntu-20.04, windows-latest]
389
386
390
387
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments