@@ -37,107 +37,91 @@ jobs:
37
37
matrix :
38
38
config :
39
39
# NOTE: When updating this list, also update the 'test' job!
40
- - os-image : ubuntu-latest
41
- os-name : linux
42
- docker-image : quay.io/pypa/manylinux2014_x86_64
43
- python-version : ' 3.8'
44
- numpy-version : ' 1.17.*'
45
40
- os-image : ubuntu-latest
46
41
os-name : linux
47
42
docker-image : quay.io/pypa/manylinux2014_x86_64
48
43
python-version : ' 3.9'
49
- numpy-version : ' 1.19 .*'
44
+ numpy-version : ' 2.0 .*'
50
45
- os-image : ubuntu-latest
51
46
os-name : linux
52
47
docker-image : quay.io/pypa/manylinux2014_x86_64
53
48
python-version : ' 3.10'
54
- numpy-version : ' 1.21 .*'
49
+ numpy-version : ' 2.0 .*'
55
50
- os-image : ubuntu-latest
56
51
os-name : linux
57
52
docker-image : quay.io/pypa/manylinux2014_x86_64
58
53
python-version : ' 3.11'
59
- numpy-version : ' 1.23 .*'
54
+ numpy-version : ' 2.0 .*'
60
55
- os-image : ubuntu-latest
61
56
os-name : linux
62
57
docker-image : quay.io/pypa/manylinux2014_x86_64
63
58
python-version : ' 3.12'
64
- numpy-version : ' 1.26 .*'
59
+ numpy-version : ' 2.0 .*'
65
60
66
- - os-image : macos-12
67
- os-name : mac
68
- arch : x86_64
69
- macos-min-version : ' 10.9'
70
- python-version : ' 3.8'
71
- numpy-version : ' 1.17.*'
72
61
- os-image : macos-12
73
62
os-name : mac
74
63
arch : x86_64
75
64
macos-min-version : ' 10.9'
76
65
python-version : ' 3.9'
77
- numpy-version : ' 1.19 .*'
66
+ numpy-version : ' 2.0 .*'
78
67
- os-image : macos-12
79
68
os-name : mac
80
69
arch : x86_64
81
70
macos-min-version : ' 10.9'
82
71
python-version : ' 3.10'
83
- numpy-version : ' 1.21 .*'
72
+ numpy-version : ' 2.0 .*'
84
73
- os-image : macos-12
85
74
os-name : mac
86
75
arch : x86_64
87
76
macos-min-version : ' 10.9'
88
77
python-version : ' 3.11'
89
- numpy-version : ' 1.23 .*'
78
+ numpy-version : ' 2.0 .*'
90
79
- os-image : macos-12
91
80
os-name : mac
92
81
arch : x86_64
93
82
macos-min-version : ' 10.9'
94
83
python-version : ' 3.12'
95
- numpy-version : ' 1.26 .*'
84
+ numpy-version : ' 2.0 .*'
96
85
97
86
- os-image : macos-14 # M1
98
87
os-name : mac
99
88
arch : arm64
100
89
macos-min-version : ' 11.0'
101
90
python-version : ' 3.10'
102
- numpy-version : ' 1.21 .*'
91
+ numpy-version : ' 2.0 .*'
103
92
- os-image : macos-14 # M1
104
93
os-name : mac
105
94
arch : arm64
106
95
macos-min-version : ' 11.0'
107
96
python-version : ' 3.11'
108
- numpy-version : ' 1.23 .*'
97
+ numpy-version : ' 2.0 .*'
109
98
- os-image : macos-14 # M1
110
99
os-name : mac
111
100
arch : arm64
112
101
macos-min-version : ' 11.0'
113
102
python-version : ' 3.12'
114
- numpy-version : ' 1.26 .*'
103
+ numpy-version : ' 2.0 .*'
115
104
116
- - os-image : windows-latest
117
- os-name : windows
118
- python-version : ' 3.8'
119
- python-arch : ' 64'
120
- numpy-version : ' 1.17.*'
121
105
- os-image : windows-latest
122
106
os-name : windows
123
107
python-version : ' 3.9'
124
108
python-arch : ' 64'
125
- numpy-version : ' 1.19 .*'
109
+ numpy-version : ' 2.0 .*'
126
110
- os-image : windows-latest
127
111
os-name : windows
128
112
python-version : ' 3.10'
129
113
python-arch : ' 64'
130
- numpy-version : ' 1.21 .*'
114
+ numpy-version : ' 2.0 .*'
131
115
- os-image : windows-latest
132
116
os-name : windows
133
117
python-version : ' 3.11'
134
118
python-arch : ' 64'
135
- numpy-version : ' 1.23 .*'
119
+ numpy-version : ' 2.0 .*'
136
120
- os-image : windows-latest
137
121
os-name : windows
138
122
python-version : ' 3.12'
139
123
python-arch : ' 64'
140
- numpy-version : ' 1.26 .*'
124
+ numpy-version : ' 2.0 .*'
141
125
142
126
permissions :
143
127
security-events : write
@@ -211,107 +195,91 @@ jobs:
211
195
# GitHub Actions doesn't support YAML anchors,
212
196
# so this has to be duplicated here.
213
197
config :
214
- - os-image : ubuntu-latest
215
- os-name : linux
216
- docker-image : quay.io/pypa/manylinux2014_x86_64
217
- python-version : ' 3.8'
218
- numpy-version : ' 1.17.*'
219
198
- os-image : ubuntu-latest
220
199
os-name : linux
221
200
docker-image : quay.io/pypa/manylinux2014_x86_64
222
201
python-version : ' 3.9'
223
- numpy-version : ' 1.19 .*'
202
+ numpy-version : ' 2.0 .*'
224
203
- os-image : ubuntu-latest
225
204
os-name : linux
226
205
docker-image : quay.io/pypa/manylinux2014_x86_64
227
206
python-version : ' 3.10'
228
- numpy-version : ' 1.21 .*'
207
+ numpy-version : ' 2.0 .*'
229
208
- os-image : ubuntu-latest
230
209
os-name : linux
231
210
docker-image : quay.io/pypa/manylinux2014_x86_64
232
211
python-version : ' 3.11'
233
- numpy-version : ' 1.23 .*'
212
+ numpy-version : ' 2.0 .*'
234
213
- os-image : ubuntu-latest
235
214
os-name : linux
236
215
docker-image : quay.io/pypa/manylinux2014_x86_64
237
216
python-version : ' 3.12'
238
- numpy-version : ' 1.26 .*'
217
+ numpy-version : ' 2.0 .*'
239
218
240
- - os-image : macos-12
241
- os-name : mac
242
- arch : x86_64
243
- macos-min-version : ' 10.9'
244
- python-version : ' 3.8'
245
- numpy-version : ' 1.17.*'
246
219
- os-image : macos-12
247
220
os-name : mac
248
221
arch : x86_64
249
222
macos-min-version : ' 10.9'
250
223
python-version : ' 3.9'
251
- numpy-version : ' 1.19 .*'
224
+ numpy-version : ' 2.0 .*'
252
225
- os-image : macos-12
253
226
os-name : mac
254
227
arch : x86_64
255
228
macos-min-version : ' 10.9'
256
229
python-version : ' 3.10'
257
- numpy-version : ' 1.21 .*'
230
+ numpy-version : ' 2.0 .*'
258
231
- os-image : macos-12
259
232
os-name : mac
260
233
arch : x86_64
261
234
macos-min-version : ' 10.9'
262
235
python-version : ' 3.11'
263
- numpy-version : ' 1.23 .*'
236
+ numpy-version : ' 2.0 .*'
264
237
- os-image : macos-12
265
238
os-name : mac
266
239
arch : x86_64
267
240
macos-min-version : ' 10.9'
268
241
python-version : ' 3.12'
269
- numpy-version : ' 1.26 .*'
242
+ numpy-version : ' 2.0 .*'
270
243
271
244
- os-image : macos-14 # M1
272
245
os-name : mac
273
246
arch : arm64
274
247
macos-min-version : ' 11.0'
275
248
python-version : ' 3.10'
276
- numpy-version : ' 1.21 .*'
249
+ numpy-version : ' 2.0 .*'
277
250
- os-image : macos-14 # M1
278
251
os-name : mac
279
252
arch : arm64
280
253
macos-min-version : ' 11.0'
281
254
python-version : ' 3.11'
282
- numpy-version : ' 1.23 .*'
255
+ numpy-version : ' 2.0 .*'
283
256
- os-image : macos-14 # M1
284
257
os-name : mac
285
258
arch : arm64
286
259
macos-min-version : ' 11.0'
287
260
python-version : ' 3.12'
288
- numpy-version : ' 1.26 .*'
261
+ numpy-version : ' 2.0 .*'
289
262
290
- - os-image : windows-latest
291
- os-name : windows
292
- python-version : ' 3.8'
293
- python-arch : ' 64'
294
- numpy-version : ' 1.17.*'
295
263
- os-image : windows-latest
296
264
os-name : windows
297
265
python-version : ' 3.9'
298
266
python-arch : ' 64'
299
- numpy-version : ' 1.19 .*'
267
+ numpy-version : ' 2.0 .*'
300
268
- os-image : windows-latest
301
269
os-name : windows
302
270
python-version : ' 3.10'
303
271
python-arch : ' 64'
304
- numpy-version : ' 1.21 .*'
272
+ numpy-version : ' 2.0 .*'
305
273
- os-image : windows-latest
306
274
os-name : windows
307
275
python-version : ' 3.11'
308
276
python-arch : ' 64'
309
- numpy-version : ' 1.23 .*'
277
+ numpy-version : ' 2.0 .*'
310
278
- os-image : windows-latest
311
279
os-name : windows
312
280
python-version : ' 3.12'
313
281
python-arch : ' 64'
314
- numpy-version : ' 1.26 .*'
282
+ numpy-version : ' 2.0 .*'
315
283
316
284
runs-on : ${{ matrix.config.os-image }}
317
285
# container: ${{ matrix.config.docker-image }}
0 commit comments