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 13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
- python : [3.9]
16
+ python : [" 3.9", "3.10", "3.11", "3.12" ]
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
with :
60
60
61
61
strategy :
62
62
matrix :
63
- python : ['3.9']
63
+ python : ['3.9', '3.10', '3.11', '3.12' ]
64
64
env :
65
65
conda-bld : C:\Miniconda\conda-bld\win-64\
66
66
steps :
99
99
100
100
strategy :
101
101
matrix :
102
- python : [3.9]
102
+ python : [' 3.9', '3.10', '3.11', '3.12' ]
103
103
experimental : [false]
104
104
runner : [ubuntu-latest]
105
105
continue-on-error : ${{ matrix.experimental }}
@@ -166,7 +166,7 @@ jobs:
166
166
167
167
strategy :
168
168
matrix :
169
- python : ['3.9']
169
+ python : ['3.9', '3.10', '3.11', '3.12' ]
170
170
experimental : [false]
171
171
runner : [windows-latest]
172
172
continue-on-error : ${{ matrix.experimental }}
You can’t perform that action at this time.
0 commit comments