18
18
19
19
strategy :
20
20
matrix :
21
- python : ['3.8', '3. 9', '3.10', '3.11']
21
+ python : ['3.9', '3.10', '3.11']
22
22
steps :
23
23
- uses : actions/checkout@v3
24
24
with :
63
63
64
64
strategy :
65
65
matrix :
66
- python : ['3.8', '3. 9', '3.10', '3.11']
66
+ python : ['3.9', '3.10', '3.11']
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.8', '3. 9', '3.10', '3.11']
105
+ python : ['3.9', '3.10', '3.11']
106
106
experimental : [false]
107
107
runner : [ubuntu-20.04]
108
108
continue-on-error : ${{ matrix.experimental }}
@@ -185,7 +185,7 @@ jobs:
185
185
shell : cmd /C CALL {0}
186
186
strategy :
187
187
matrix :
188
- python : ['3.8', '3. 9', '3.10', '3.11']
188
+ python : ['3.9', '3.10', '3.11']
189
189
experimental : [false]
190
190
runner : [windows-latest]
191
191
continue-on-error : ${{ matrix.experimental }}
@@ -300,7 +300,7 @@ jobs:
300
300
runs-on : ubuntu-20.04
301
301
strategy :
302
302
matrix :
303
- python : ['3.8', '3. 9', '3.10', '3.11']
303
+ python : ['3.9', '3.10', '3.11']
304
304
steps :
305
305
- name : Download artifact
306
306
uses : actions/download-artifact@v3
@@ -324,7 +324,7 @@ jobs:
324
324
runs-on : windows-latest
325
325
strategy :
326
326
matrix :
327
- python : ['3.8', '3. 9', '3.10', '3.11']
327
+ python : ['3.9', '3.10', '3.11']
328
328
steps :
329
329
- name : Download artifact
330
330
uses : actions/download-artifact@v3
0 commit comments