Skip to content

Commit c105626

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci-targets.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,15 @@ 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+
- lto+freethreaded
266268
run: true
267269

268270
x86_64_v2-unknown-linux-musl:
@@ -275,13 +277,15 @@ linux:
275277
- "3.11"
276278
- "3.12"
277279
- "3.13"
280+
- "3.14"
278281
build_options:
279282
- debug+static
280283
- noopt+static
281284
- lto+static
282285
- debug
283286
- noopt
284287
- lto
288+
- lto+freethreaded
285289
run: true
286290

287291
x86_64_v3-unknown-linux-musl:
@@ -294,13 +298,15 @@ linux:
294298
- "3.11"
295299
- "3.12"
296300
- "3.13"
301+
- "3.14"
297302
build_options:
298303
- debug+static
299304
- noopt+static
300305
- lto+static
301306
- debug
302307
- noopt
303308
- lto
309+
- lto+freethreaded
304310
run: true
305311

306312
x86_64_v4-unknown-linux-musl:
@@ -313,13 +319,15 @@ linux:
313319
- "3.11"
314320
- "3.12"
315321
- "3.13"
322+
- "3.14"
316323
build_options:
317324
- debug+static
318325
- noopt+static
319326
- lto+static
320327
- debug
321328
- noopt
322329
- lto
330+
- lto+freethreaded
323331
run: true
324332

325333
windows:

0 commit comments

Comments
 (0)