We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda2d19 commit 6ae5130Copy full SHA for 6ae5130
ci-targets.yaml
@@ -299,6 +299,7 @@ windows:
299
- "3.11"
300
- "3.12"
301
- "3.13"
302
+ - "3.14"
303
build_options:
304
- pgo
305
build_options_conditional:
@@ -315,6 +316,7 @@ windows:
315
316
317
318
319
320
321
322
cpython-windows/build.py
@@ -1690,6 +1690,7 @@ def main() -> None:
1690
"cpython-3.11",
1691
"cpython-3.12",
1692
"cpython-3.13",
1693
+ "cpython-3.14",
1694
},
1695
default="cpython-3.11",
1696
help="Python distribution to build",
0 commit comments