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 16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
- python : ["3.9", "3.10", "3.11", "3.12" ]
19
+ python : ["3.9", "3.10"]
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
with :
63
63
64
64
strategy :
65
65
matrix :
66
- python : ['3.9', '3.10', '3.11', '3.12' ]
66
+ python : ['3.9', '3.10']
67
67
env :
68
68
conda-bld : C:\Miniconda\conda-bld\win-64\
69
69
steps :
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
strategy :
104
104
matrix :
105
- python : ['3.9', '3.10', '3.11', '3.12' ]
105
+ python : ['3.9', '3.10']
106
106
experimental : [false]
107
107
runner : [ubuntu-latest]
108
108
continue-on-error : ${{ matrix.experimental }}
@@ -169,7 +169,7 @@ jobs:
169
169
170
170
strategy :
171
171
matrix :
172
- python : ['3.9', '3.10', '3.11', '3.12' ]
172
+ python : ['3.9', '3.10']
173
173
experimental : [false]
174
174
runner : [windows-latest]
175
175
continue-on-error : ${{ matrix.experimental }}
You can’t perform that action at this time.
0 commit comments