@@ -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-11
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-11
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-11
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-11
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-11
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
0 commit comments