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 a4eb9b3 commit bd52271Copy full SHA for bd52271
ci-targets.yaml
@@ -374,6 +374,7 @@ linux:
374
- "3.12"
375
- "3.13"
376
- "3.14"
377
+ - "3.15"
378
build_options:
379
# TODO: Static support is current blocked by some compiler-rt linking issues
380
# - debug+static
@@ -438,6 +439,7 @@ windows:
438
439
440
441
442
443
444
- pgo
445
build_options_conditional:
cpython-unix/targets.yml
@@ -1205,6 +1205,7 @@ aarch64-unknown-linux-musl:
1205
- '3.12'
1206
- '3.13'
1207
- '3.14'
1208
+ - '3.15'
1209
needs_toolchain: true
1210
docker_image_suffix: .debian9
1211
0 commit comments