Remove 3.13 (potential undefined behavior.) (#1497)

This commit is contained in:
Nicolas Patry
2024-04-16 15:56:47 +02:00
committed by GitHub
parent d5a8cc7a49
commit e0defa7355

View File

@@ -54,7 +54,7 @@ jobs:
# interpreter: 3.11 3.12 # interpreter: 3.11 3.12
- os: macos - os: macos
target: aarch64 target: aarch64
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10 interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
- os: ubuntu - os: ubuntu
platform: linux platform: linux
target: i686 target: i686
@@ -65,7 +65,7 @@ jobs:
- os: ubuntu - os: ubuntu
platform: linux platform: linux
target: armv7 target: armv7
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
# musllinux # musllinux
- os: ubuntu - os: ubuntu
platform: linux platform: linux
@@ -78,11 +78,11 @@ jobs:
- os: ubuntu - os: ubuntu
platform: linux platform: linux
target: ppc64le target: ppc64le
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
- os: ubuntu - os: ubuntu
platform: linux platform: linux
target: s390x target: s390x
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
exclude: exclude:
- os: windows - os: windows
target: aarch64 target: aarch64
@@ -114,7 +114,7 @@ jobs:
working-directory: ./bindings/python working-directory: ./bindings/python
manylinux: ${{ matrix.manylinux || 'auto' }} manylinux: ${{ matrix.manylinux || 'auto' }}
container: ${{ matrix.container }} container: ${{ matrix.container }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }} args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
rust-toolchain: stable rust-toolchain: stable
docker-options: -e CI docker-options: -e CI