Skip to content

Commit bd52271

Browse files
authored
Add missing 3.15 aarch64 targets (#821)
1 parent a4eb9b3 commit bd52271

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
@@ -374,6 +374,7 @@ linux:
374374
- "3.12"
375375
- "3.13"
376376
- "3.14"
377+
- "3.15"
377378
build_options:
378379
# TODO: Static support is current blocked by some compiler-rt linking issues
379380
# - debug+static
@@ -438,6 +439,7 @@ windows:
438439
- "3.12"
439440
- "3.13"
440441
- "3.14"
442+
- "3.15"
441443
build_options:
442444
- pgo
443445
build_options_conditional:

cpython-unix/targets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ aarch64-unknown-linux-musl:
12051205
- '3.12'
12061206
- '3.13'
12071207
- '3.14'
1208+
- '3.15'
12081209
needs_toolchain: true
12091210
docker_image_suffix: .debian9
12101211
needs_toolchain: true

0 commit comments

Comments
 (0)