Skip to content

Commit 40c4afa

Browse files
committed
Add support for Python 3.14 on musl
1 parent 7d8bb5e commit 40c4afa

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ci-targets.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,20 @@ linux:
256256
- "3.11"
257257
- "3.12"
258258
- "3.13"
259+
- "3.14"
259260
build_options:
260261
- debug+static
261262
- noopt+static
262263
- lto+static
263264
- debug
264265
- noopt
265266
- lto
267+
build_options_conditional:
268+
- options:
269+
- freethreaded+debug
270+
- freethreaded+noopt
271+
- freethreaded+lto
272+
minimum-python-version: "3.13"
266273
run: true
267274

268275
x86_64_v2-unknown-linux-musl:
@@ -275,13 +282,20 @@ linux:
275282
- "3.11"
276283
- "3.12"
277284
- "3.13"
285+
- "3.14"
278286
build_options:
279287
- debug+static
280288
- noopt+static
281289
- lto+static
282290
- debug
283291
- noopt
284292
- lto
293+
build_options_conditional:
294+
- options:
295+
- freethreaded+debug
296+
- freethreaded+noopt
297+
- freethreaded+lto
298+
minimum-python-version: "3.13"
285299
run: true
286300

287301
x86_64_v3-unknown-linux-musl:
@@ -294,13 +308,20 @@ linux:
294308
- "3.11"
295309
- "3.12"
296310
- "3.13"
311+
- "3.14"
297312
build_options:
298313
- debug+static
299314
- noopt+static
300315
- lto+static
301316
- debug
302317
- noopt
303318
- lto
319+
build_options_conditional:
320+
- options:
321+
- freethreaded+debug
322+
- freethreaded+noopt
323+
- freethreaded+lto
324+
minimum-python-version: "3.13"
304325
run: true
305326

306327
x86_64_v4-unknown-linux-musl:
@@ -313,13 +334,20 @@ linux:
313334
- "3.11"
314335
- "3.12"
315336
- "3.13"
337+
- "3.14"
316338
build_options:
317339
- debug+static
318340
- noopt+static
319341
- lto+static
320342
- debug
321343
- noopt
322344
- lto
345+
build_options_conditional:
346+
- options:
347+
- freethreaded+debug
348+
- freethreaded+noopt
349+
- freethreaded+lto
350+
minimum-python-version: "3.13"
323351
run: true
324352

325353
windows:

0 commit comments

Comments
 (0)