@@ -20,11 +20,16 @@ jobs:
20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
24
- python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
25
- exclude :
26
- - os : ubuntu-22.04
27
- python : 3.8.10
23
+ os :
24
+ [
25
+ macos-latest,
26
+ windows-latest,
27
+ ubuntu-20.04,
28
+ ubuntu-22.04,
29
+ macos-13,
30
+ ubuntu-latest
31
+ ]
32
+ python : [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
28
33
steps :
29
34
- name : Checkout
30
35
uses : actions/checkout@v4
@@ -58,11 +63,16 @@ jobs:
58
63
strategy :
59
64
fail-fast : false
60
65
matrix :
61
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
62
- python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
63
- exclude :
64
- - os : ubuntu-22.04
65
- python : 3.8.10
66
+ os :
67
+ [
68
+ macos-latest,
69
+ windows-latest,
70
+ ubuntu-20.04,
71
+ ubuntu-22.04,
72
+ macos-13,
73
+ ubuntu-latest
74
+ ]
75
+ python : [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
66
76
steps :
67
77
- name : Checkout
68
78
uses : actions/checkout@v4
@@ -99,11 +109,16 @@ jobs:
99
109
strategy :
100
110
fail-fast : false
101
111
matrix :
102
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
103
- python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
104
- exclude :
105
- - os : ubuntu-22.04
106
- python : 3.8.10
112
+ os :
113
+ [
114
+ macos-latest,
115
+ windows-latest,
116
+ ubuntu-20.04,
117
+ ubuntu-22.04,
118
+ macos-13,
119
+ ubuntu-latest
120
+ ]
121
+ python : [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
107
122
steps :
108
123
- name : Checkout
109
124
uses : actions/checkout@v4
@@ -138,11 +153,16 @@ jobs:
138
153
strategy :
139
154
fail-fast : false
140
155
matrix :
141
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
142
- python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, '==3.12.3', 3.13.0]
143
- exclude :
144
- - os : ubuntu-22.04
145
- python : 3.8.10
156
+ os :
157
+ [
158
+ macos-latest,
159
+ windows-latest,
160
+ ubuntu-20.04,
161
+ ubuntu-22.04,
162
+ macos-13,
163
+ ubuntu-latest
164
+ ]
165
+ python : [3.9.13, 3.10.11, 3.11.9, '==3.12.3', 3.13.0]
146
166
steps :
147
167
- name : Checkout
148
168
uses : actions/checkout@v4
@@ -182,11 +202,16 @@ jobs:
182
202
strategy :
183
203
fail-fast : false
184
204
matrix :
185
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
186
- python : [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
187
- exclude :
188
- - os : ubuntu-22.04
189
- python : 3.8.10
205
+ os :
206
+ [
207
+ macos-latest,
208
+ windows-latest,
209
+ ubuntu-20.04,
210
+ ubuntu-22.04,
211
+ macos-13,
212
+ ubuntu-latest
213
+ ]
214
+ python : [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
190
215
steps :
191
216
- name : Checkout
192
217
uses : actions/checkout@v4
@@ -226,7 +251,15 @@ jobs:
226
251
strategy :
227
252
fail-fast : false
228
253
matrix :
229
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
254
+ os :
255
+ [
256
+ macos-latest,
257
+ windows-latest,
258
+ ubuntu-20.04,
259
+ ubuntu-22.04,
260
+ macos-13,
261
+ ubuntu-latest
262
+ ]
230
263
steps :
231
264
- name : Checkout
232
265
uses : actions/checkout@v4
@@ -317,8 +350,16 @@ jobs:
317
350
strategy :
318
351
fail-fast : false
319
352
matrix :
320
- os : [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
321
- python : ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
353
+ os :
354
+ [
355
+ macos-latest,
356
+ windows-latest,
357
+ ubuntu-20.04,
358
+ ubuntu-22.04,
359
+ macos-13,
360
+ ubuntu-latest
361
+ ]
362
+ python : ['3.9', '3.10', '3.11', '3.12', '3.13']
322
363
steps :
323
364
- name : Checkout
324
365
uses : actions/checkout@v4
@@ -342,7 +383,7 @@ jobs:
342
383
fail-fast : false
343
384
matrix :
344
385
os : [ubuntu-latest, windows-latest, macos-latest, macos-13]
345
- python-version : ['3.8', '3. 9', '3.10', '3.11', '3.12', '3.13']
386
+ python-version : ['3.9', '3.10', '3.11', '3.12', '3.13']
346
387
steps :
347
388
- uses : actions/checkout@v4
348
389
- name : Setup Python and check latest
@@ -372,7 +413,6 @@ jobs:
372
413
uses : ./
373
414
with :
374
415
python-version : |
375
- 3.8
376
416
3.9
377
417
3.10
378
418
3.11
0 commit comments