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 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- python : ['3.10 ']
17+ python : ['3.9', '3.10', '3.11', '3.12 ']
1818 steps :
1919 - uses : actions/checkout@v4
2020 with :
6262
6363 strategy :
6464 matrix :
65- python : ['3.10 ']
65+ python : ['3.9', '3.10', '3.11', '3.12 ']
6666 experimental : [false]
6767 runner : [ubuntu-latest]
6868 continue-on-error : ${{ matrix.experimental }}
@@ -124,7 +124,7 @@ jobs:
124124
125125 strategy :
126126 matrix :
127- python : ['3.10 ']
127+ python : ['3.9', '3.10', '3.11', '3.12 ']
128128 env :
129129 conda-bld : C:\Miniconda\conda-bld\win-64\
130130 steps :
@@ -165,7 +165,7 @@ jobs:
165165 shell : cmd /C CALL {0}
166166 strategy :
167167 matrix :
168- python : ['3.10 ']
168+ python : ['3.9', '3.10', '3.11', '3.12 ']
169169 experimental : [false]
170170 runner : [windows-latest]
171171 continue-on-error : ${{ matrix.experimental }}
You can’t perform that action at this time.
0 commit comments