Skip to content

Commit db94945

Browse files
authored
ci: add more 3.14t builds, delete duplicate linux aarch64 build (#1864)
1 parent f892755 commit db94945

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -417,22 +417,18 @@ jobs:
417417
- os: linux
418418
manylinux: auto
419419
target: i686
420-
- os: linux
421-
manylinux: auto
422-
target: aarch64
423-
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
424420
- os: linux
425421
manylinux: auto
426422
target: armv7
427-
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
423+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 3.14t
428424
- os: linux
429425
manylinux: auto
430426
target: ppc64le
431-
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
427+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 3.14t
432428
- os: linux
433429
manylinux: auto
434430
target: s390x
435-
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
431+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 3.14t
436432
- os: linux
437433
manylinux: auto
438434
target: x86_64
@@ -464,7 +460,7 @@ jobs:
464460
# arm pypy and older pythons which can't be run on the arm hardware for PGO
465461
- os: macos
466462
target: x86_64
467-
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
463+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 3.14t pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
468464
- os: macos
469465
target: aarch64
470466
interpreter: 3.9 pypy3.10 pypy3.11 graalpy3.11 graalpy3.12
@@ -479,11 +475,11 @@ jobs:
479475
- os: windows
480476
target: i686
481477
python-architecture: x86
482-
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
478+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 3.14t
483479
- os: windows
484480
target: aarch64
485481
runs-on: windows-11-arm
486-
interpreter: "3.11 3.12 3.13 3.13t 3.14 3.14t"
482+
interpreter: "3.11 3.12 3.13 3.14 3.14t"
487483

488484
exclude:
489485
# was just a dummy variable to set a default value for target
@@ -506,7 +502,7 @@ jobs:
506502
with:
507503
target: ${{ matrix.target }}
508504
manylinux: ${{ matrix.manylinux }}
509-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 pypy3.11' }}
505+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 3.14 3.14t pypy3.10 pypy3.11' }}
510506
rust-toolchain: stable
511507
docker-options: -e CI
512508

@@ -533,8 +529,7 @@ jobs:
533529
{ os: windows, runs-on: windows-latest },
534530
{ os: macos, runs-on: macos-latest },
535531
]
536-
interpreter:
537-
["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
532+
interpreter: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
538533
exclude:
539534
# macos arm only supported from 3.10 and up
540535
- platform:

0 commit comments

Comments
 (0)