Skip to content

Commit

Permalink
Add Python 3.14 support on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 14, 2025
1 parent bda2d19 commit 6ae5130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ windows:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
build_options:
- pgo
build_options_conditional:
Expand All @@ -315,6 +316,7 @@ windows:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
build_options:
- pgo
build_options_conditional:
Expand Down
1 change: 1 addition & 0 deletions cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,7 @@ def main() -> None:
"cpython-3.11",
"cpython-3.12",
"cpython-3.13",
"cpython-3.14",
},
default="cpython-3.11",
help="Python distribution to build",
Expand Down

0 comments on commit 6ae5130

Please sign in to comment.