From 2dacdf7d1d213208704f8f11ecb655716463cde5 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 14 Oct 2025 14:54:25 -0500 Subject: [PATCH] Add missing 3.15 aarch64 targets --- ci-targets.yaml | 2 ++ cpython-unix/targets.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/ci-targets.yaml b/ci-targets.yaml index 7a12bddf..10a13206 100644 --- a/ci-targets.yaml +++ b/ci-targets.yaml @@ -374,6 +374,7 @@ linux: - "3.12" - "3.13" - "3.14" + - "3.15" build_options: # TODO: Static support is current blocked by some compiler-rt linking issues # - debug+static @@ -438,6 +439,7 @@ windows: - "3.12" - "3.13" - "3.14" + - "3.15" build_options: - pgo build_options_conditional: diff --git a/cpython-unix/targets.yml b/cpython-unix/targets.yml index e2b018ef..f700e705 100644 --- a/cpython-unix/targets.yml +++ b/cpython-unix/targets.yml @@ -1205,6 +1205,7 @@ aarch64-unknown-linux-musl: - '3.12' - '3.13' - '3.14' + - '3.15' needs_toolchain: true docker_image_suffix: .debian9 needs_toolchain: true