68
68
- ' 3.10'
69
69
- ' 3.11'
70
70
- ' 3.12'
71
+ - ' 3.13'
71
72
- ' pypy3.9'
72
73
- ' pypy3.10'
73
74
@@ -411,15 +412,15 @@ jobs:
411
412
- os : linux
412
413
manylinux : auto
413
414
target : armv7
414
- interpreter : 3.8 3.9 3.10 3.11 3.12
415
+ interpreter : 3.8 3.9 3.10 3.11 3.12 3.13
415
416
- os : linux
416
417
manylinux : auto
417
418
target : ppc64le
418
- interpreter : 3.8 3.9 3.10 3.11 3.12
419
+ interpreter : 3.8 3.9 3.10 3.11 3.12 3.13
419
420
- os : linux
420
421
manylinux : auto
421
422
target : s390x
422
- interpreter : 3.8 3.9 3.10 3.11 3.12
423
+ interpreter : 3.8 3.9 3.10 3.11 3.12 3.13
423
424
- os : linux
424
425
manylinux : auto
425
426
target : x86_64
@@ -452,11 +453,11 @@ jobs:
452
453
- os : windows
453
454
target : i686
454
455
python-architecture : x86
455
- interpreter : 3.8 3.9 3.10 3.11 3.12
456
+ interpreter : 3.8 3.9 3.10 3.11 3.12 3.13
456
457
# FIXME aarch64 builds broken, see https://github.com/PyO3/maturin/issues/2110
457
458
# - os: windows
458
459
# target: aarch64
459
- # interpreter: 3.11 3.12
460
+ # interpreter: 3.11 3.12 3.13
460
461
461
462
exclude :
462
463
# See above; disabled for now.
@@ -483,7 +484,7 @@ jobs:
483
484
with :
484
485
target : ${{ matrix.target }}
485
486
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' }}
487
+ args : --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
487
488
rust-toolchain : stable
488
489
docker-options : -e CI
489
490
@@ -504,7 +505,7 @@ jobs:
504
505
fail-fast : false
505
506
matrix :
506
507
os : [linux, windows, macos]
507
- interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12']
508
+ interpreter : ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
508
509
include :
509
510
# standard runners with override for macos arm
510
511
- os : linux
0 commit comments