Skip to content

Commit d5e372a

Browse files
committed
build on Python 3.13
1 parent 5d992b8 commit d5e372a

File tree

2 files changed

+73
-75
lines changed

2 files changed

+73
-75
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -411,15 +411,15 @@ jobs:
411411
- os: linux
412412
manylinux: auto
413413
target: armv7
414-
interpreter: 3.8 3.9 3.10 3.11 3.12
414+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
415415
- os: linux
416416
manylinux: auto
417417
target: ppc64le
418-
interpreter: 3.8 3.9 3.10 3.11 3.12
418+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
419419
- os: linux
420420
manylinux: auto
421421
target: s390x
422-
interpreter: 3.8 3.9 3.10 3.11 3.12
422+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
423423
- os: linux
424424
manylinux: auto
425425
target: x86_64
@@ -452,11 +452,11 @@ jobs:
452452
- os: windows
453453
target: i686
454454
python-architecture: x86
455-
interpreter: 3.8 3.9 3.10 3.11 3.12
455+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
456456
# FIXME aarch64 builds broken, see https://github.com/PyO3/maturin/issues/2110
457457
# - os: windows
458458
# target: aarch64
459-
# interpreter: 3.11 3.12
459+
# interpreter: 3.11 3.12 3.13
460460

461461
exclude:
462462
# See above; disabled for now.
@@ -483,7 +483,7 @@ jobs:
483483
with:
484484
target: ${{ matrix.target }}
485485
manylinux: ${{ matrix.manylinux }}
486-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10' }}
486+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
487487
rust-toolchain: stable
488488
docker-options: -e CI
489489

0 commit comments

Comments
 (0)