diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c387b6a..059a864 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - os: windows target: x86_64 - interpreter: pypy3.9 pypy3.10 pypy3.11 + interpreter: pypy3.11 - os: windows target: i686 python-architecture: x86 @@ -39,15 +39,15 @@ jobs: - os: macos target: x86_64 - interpreter: pypy3.9 pypy3.10 pypy3.11 + interpreter: pypy3.11 - os: macos target: aarch64 # actions/setup-python@v5 does not support 3.8 and 3.9 on arm64 - interpreter: 3.8 3.9 pypy3.9 pypy3.10 pypy3.11 + interpreter: 3.8 3.9 pypy3.11 - os: ubuntu target: x86_64 - interpreter: pypy3.9 pypy3.10 pypy3.11 + interpreter: pypy3.11 - os: ubuntu target: i686 - os: ubuntu @@ -93,7 +93,7 @@ jobs: with: target: ${{ matrix.target }} manylinux: ${{ matrix.manylinux || 'auto' }} - args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11' }} + args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11' }} rust-toolchain: ${{ env.RUST_VERSION }} docker-options: -e CI