diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index e0af384cd..4251ef99e 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -37,24 +37,24 @@ jobs: platform: linux - os: windows ls: dir - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10 + interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 - os: windows ls: dir target: x86_64 python-architecture: x64 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.9 3.10 3.11 3.12 3.13 - os: windows ls: dir target: i686 python-architecture: x86 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.9 3.10 3.11 3.12 3.13 # - os: windows # ls: dir # target: aarch64 # interpreter: 3.11 3.12 - os: macos 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.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 - os: ubuntu platform: linux target: i686 @@ -65,7 +65,7 @@ jobs: - os: ubuntu platform: linux target: armv7 - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.9 3.10 3.11 3.12 3.13 # musllinux - os: ubuntu platform: linux @@ -78,11 +78,11 @@ jobs: - os: ubuntu platform: linux target: ppc64le - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.9 3.10 3.11 3.12 3.13 - os: ubuntu platform: linux target: s390x - interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.9 3.10 3.11 3.12 3.13 exclude: - os: windows target: aarch64 @@ -114,7 +114,7 @@ jobs: working-directory: ./bindings/python manylinux: ${{ matrix.manylinux || 'auto' }} 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.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }} rust-toolchain: stable docker-options: -e CI