File tree Expand file tree Collapse file tree 1 file changed +13
-17
lines changed Expand file tree Collapse file tree 1 file changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
strategy :
113
113
fail-fast : false
114
114
matrix :
115
- os : ['ubuntu-latest', 'windows-latest', 'macos-13 ', 'macos-latest']
115
+ os : ['ubuntu-latest', 'windows-latest', 'macos-14 ', 'macos-latest']
116
116
python-version :
117
117
- " 3.9"
118
118
- " 3.10"
@@ -153,16 +153,14 @@ jobs:
153
153
python-version : " 3.13"
154
154
- os : windows-latest
155
155
python-version : " 3.13t"
156
- - os : macos-13
156
+ - os : macos-14
157
+ python-version : " 3.9"
158
+ - os : macos-14
157
159
python-version : " 3.10"
158
- - os : macos-13
159
- python-version : " 3.11"
160
- - os : macos-13
161
- python-version : " 3.12"
162
- - os : macos-13
163
- python-version : " 3.13"
164
- - os : macos-13
165
- python-version : " 3.13t"
160
+ - os : macos-14
161
+ python-version : " 3.14"
162
+ - os : macos-14
163
+ python-version : " 3.14t"
166
164
- os : macos-latest
167
165
python-version : " 3.10"
168
166
- os : macos-latest
@@ -178,24 +176,22 @@ jobs:
178
176
# x86 is available for Windows
179
177
- os : ubuntu-latest
180
178
architecture : x86
181
- - os : macos-latest
179
+ - os : macos-14
182
180
architecture : x86
183
- - os : macos-13
181
+ - os : macos-latest
184
182
architecture : x86
185
183
# arm64 is available for macos-14+
186
184
- os : ubuntu-latest
187
185
architecture : arm64
188
186
- os : windows-latest
189
187
architecture : arm64
190
- - os : macos-13
191
- architecture : arm64
192
- # x64 is not available for macos-14+
188
+ # x64 is not available for macos-15
193
189
- os : macos-latest
194
190
architecture : x64
195
191
196
192
# # Reduced support
197
- # Drop pre tests for macos-13
198
- - os : macos-13
193
+ # Drop pre tests for macos-14
194
+ - os : macos-14
199
195
dependencies : pre
200
196
# Drop pre tests for SPEC-0-unsupported Python versions
201
197
- python-version : ' 3.9'
You can’t perform that action at this time.
0 commit comments