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 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- python : ["3.9", "3.10", "3.11", "3.12" ]
19+ python : ["3.9", "3.10"]
2020 steps :
2121 - uses : actions/checkout@v4
2222 with :
6363
6464 strategy :
6565 matrix :
66- python : ['3.9', '3.10', '3.11', '3.12' ]
66+ python : ['3.9', '3.10']
6767 env :
6868 conda-bld : C:\Miniconda\conda-bld\win-64\
6969 steps :
@@ -102,7 +102,7 @@ jobs:
102102
103103 strategy :
104104 matrix :
105- python : ['3.9', '3.10', '3.11', '3.12' ]
105+ python : ['3.9', '3.10']
106106 experimental : [false]
107107 runner : [ubuntu-latest]
108108 continue-on-error : ${{ matrix.experimental }}
@@ -169,7 +169,7 @@ jobs:
169169
170170 strategy :
171171 matrix :
172- python : ['3.9', '3.10', '3.11', '3.12' ]
172+ python : ['3.9', '3.10']
173173 experimental : [false]
174174 runner : [windows-latest]
175175 continue-on-error : ${{ matrix.experimental }}
You can’t perform that action at this time.
0 commit comments