File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- python : [3.9]
16+ python : [" 3.9", "3.10", "3.11", "3.12" ]
1717 steps :
1818 - uses : actions/checkout@v2
1919 with :
6060
6161 strategy :
6262 matrix :
63- python : ['3.9']
63+ python : ['3.9', '3.10', '3.11', '3.12' ]
6464 env :
6565 conda-bld : C:\Miniconda\conda-bld\win-64\
6666 steps :
9999
100100 strategy :
101101 matrix :
102- python : [3.9]
102+ python : [' 3.9', '3.10', '3.11', '3.12' ]
103103 experimental : [false]
104104 runner : [ubuntu-latest]
105105 continue-on-error : ${{ matrix.experimental }}
@@ -166,7 +166,7 @@ jobs:
166166
167167 strategy :
168168 matrix :
169- python : ['3.9']
169+ python : ['3.9', '3.10', '3.11', '3.12' ]
170170 experimental : [false]
171171 runner : [windows-latest]
172172 continue-on-error : ${{ matrix.experimental }}
You can’t perform that action at this time.
0 commit comments