From 6ae51302cad216820dde520e6f1de093e4ea9964 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 14 Jan 2025 11:12:24 -0600 Subject: [PATCH] Add Python 3.14 support on Windows --- ci-targets.yaml | 2 ++ cpython-windows/build.py | 1 + 2 files changed, 3 insertions(+) diff --git a/ci-targets.yaml b/ci-targets.yaml index cd6d2916..70dee345 100644 --- a/ci-targets.yaml +++ b/ci-targets.yaml @@ -299,6 +299,7 @@ windows: - "3.11" - "3.12" - "3.13" + - "3.14" build_options: - pgo build_options_conditional: @@ -315,6 +316,7 @@ windows: - "3.11" - "3.12" - "3.13" + - "3.14" build_options: - pgo build_options_conditional: diff --git a/cpython-windows/build.py b/cpython-windows/build.py index e410bf47..c7c80807 100644 --- a/cpython-windows/build.py +++ b/cpython-windows/build.py @@ -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",