File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 2929
3030 strategy :
3131 matrix :
32- python : ['3.8', '3.9']
32+ python : ['3.8', '3.9', '3.10' ]
3333 os : [ubuntu-20.04, windows-latest]
34- include :
35- - python : ' 3.10'
36- os : ubuntu-20.04
3734
3835 runs-on : ${{ matrix.os }}
3936
@@ -110,7 +107,7 @@ jobs:
110107
111108 strategy :
112109 matrix :
113- python : ['3.8', '3.9']
110+ python : ['3.8', '3.9', '3.10' ]
114111 os : [ubuntu-20.04, ubuntu-latest]
115112
116113 experimental : [false]
@@ -215,7 +212,7 @@ jobs:
215212
216213 strategy :
217214 matrix :
218- python : ['3.8', '3.9']
215+ python : ['3.8', '3.9', '3.10' ]
219216 experimental : [false]
220217
221218 continue-on-error : ${{ matrix.experimental }}
@@ -384,7 +381,7 @@ jobs:
384381
385382 strategy :
386383 matrix :
387- python : ['3.8', '3.9']
384+ python : ['3.8', '3.9', '3.10' ]
388385 os : [ubuntu-20.04, windows-latest]
389386
390387 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments