File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -256,13 +256,20 @@ linux:
256
256
- " 3.11"
257
257
- " 3.12"
258
258
- " 3.13"
259
+ - " 3.14"
259
260
build_options :
260
261
- debug+static
261
262
- noopt+static
262
263
- lto+static
263
264
- debug
264
265
- noopt
265
266
- lto
267
+ build_options_conditional :
268
+ - options :
269
+ - freethreaded+debug
270
+ - freethreaded+noopt
271
+ - freethreaded+lto
272
+ minimum-python-version : " 3.13"
266
273
run : true
267
274
268
275
x86_64_v2-unknown-linux-musl :
@@ -275,13 +282,20 @@ linux:
275
282
- " 3.11"
276
283
- " 3.12"
277
284
- " 3.13"
285
+ - " 3.14"
278
286
build_options :
279
287
- debug+static
280
288
- noopt+static
281
289
- lto+static
282
290
- debug
283
291
- noopt
284
292
- lto
293
+ build_options_conditional :
294
+ - options :
295
+ - freethreaded+debug
296
+ - freethreaded+noopt
297
+ - freethreaded+lto
298
+ minimum-python-version : " 3.13"
285
299
run : true
286
300
287
301
x86_64_v3-unknown-linux-musl :
@@ -294,13 +308,20 @@ linux:
294
308
- " 3.11"
295
309
- " 3.12"
296
310
- " 3.13"
311
+ - " 3.14"
297
312
build_options :
298
313
- debug+static
299
314
- noopt+static
300
315
- lto+static
301
316
- debug
302
317
- noopt
303
318
- lto
319
+ build_options_conditional :
320
+ - options :
321
+ - freethreaded+debug
322
+ - freethreaded+noopt
323
+ - freethreaded+lto
324
+ minimum-python-version : " 3.13"
304
325
run : true
305
326
306
327
x86_64_v4-unknown-linux-musl :
@@ -313,13 +334,20 @@ linux:
313
334
- " 3.11"
314
335
- " 3.12"
315
336
- " 3.13"
337
+ - " 3.14"
316
338
build_options :
317
339
- debug+static
318
340
- noopt+static
319
341
- lto+static
320
342
- debug
321
343
- noopt
322
344
- lto
345
+ build_options_conditional :
346
+ - options :
347
+ - freethreaded+debug
348
+ - freethreaded+noopt
349
+ - freethreaded+lto
350
+ minimum-python-version : " 3.13"
323
351
run : true
324
352
325
353
windows :
You can’t perform that action at this time.
0 commit comments