5555 with :
5656 files : codecov.json
5757
58- # See https://github.com/PyO3/pyo3/discussions/2781
59- # tests intermittently segfault with pypy and cpython 3.7 when using `coverage run ...`, hence separate job
6058 test-python :
6159 name : test ${{ matrix.python-version }}
6260 strategy :
6967 - ' 3.12'
7068 - ' 3.13'
7169 - ' 3.13t'
70+ - ' 3.14'
71+ - ' 3.14t'
7272 - ' pypy3.9'
7373 - ' pypy3.10'
7474
@@ -410,15 +410,15 @@ jobs:
410410 - os : linux
411411 manylinux : auto
412412 target : armv7
413- interpreter : 3.9 3.10 3.11 3.12 3.13
413+ interpreter : 3.9 3.10 3.11 3.12 3.13 3.14
414414 - os : linux
415415 manylinux : auto
416416 target : ppc64le
417- interpreter : 3.9 3.10 3.11 3.12 3.13
417+ interpreter : 3.9 3.10 3.11 3.12 3.13 3.14
418418 - os : linux
419419 manylinux : auto
420420 target : s390x
421- interpreter : 3.9 3.10 3.11 3.12 3.13
421+ interpreter : 3.9 3.10 3.11 3.12 3.13 3.14
422422 - os : linux
423423 manylinux : auto
424424 target : x86_64
@@ -454,10 +454,10 @@ jobs:
454454 - os : windows
455455 target : i686
456456 python-architecture : x86
457- interpreter : 3.9 3.10 3.11 3.12 3.13
457+ interpreter : 3.9 3.10 3.11 3.12 3.13 3.14
458458 - os : windows
459459 target : aarch64
460- interpreter : 3.11 3.12 3.13
460+ interpreter : 3.11 3.12 3.13 3.14
461461
462462 exclude :
463463 # See above; disabled for now.
@@ -484,7 +484,7 @@ jobs:
484484 with :
485485 target : ${{ matrix.target }}
486486 manylinux : ${{ matrix.manylinux }}
487- args : --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11' }}
487+ args : --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11' }}
488488 rust-toolchain : stable
489489 docker-options : -e CI
490490
@@ -505,7 +505,7 @@ jobs:
505505 fail-fast : false
506506 matrix :
507507 os : [linux, windows, macos]
508- interpreter : ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t']
508+ interpreter : ['3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t' ]
509509 include :
510510 # standard runners with override for macos arm
511511 - os : linux
0 commit comments