Skip to content

Commit 6ae5130

Browse files
committed
Add Python 3.14 support on Windows
1 parent bda2d19 commit 6ae5130

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ci-targets.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ windows:
299299
- "3.11"
300300
- "3.12"
301301
- "3.13"
302+
- "3.14"
302303
build_options:
303304
- pgo
304305
build_options_conditional:
@@ -315,6 +316,7 @@ windows:
315316
- "3.11"
316317
- "3.12"
317318
- "3.13"
319+
- "3.14"
318320
build_options:
319321
- pgo
320322
build_options_conditional:

cpython-windows/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,7 @@ def main() -> None:
16901690
"cpython-3.11",
16911691
"cpython-3.12",
16921692
"cpython-3.13",
1693+
"cpython-3.14",
16931694
},
16941695
default="cpython-3.11",
16951696
help="Python distribution to build",

0 commit comments

Comments
 (0)