diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index c630f50..4e6f4d8 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -54,7 +54,7 @@ jobs: version: "0.5.x" - name: Install Python versions - run: uv python install 3.10 3.13 pypy3.10 + run: uv python install 3.10 3.13 pypy3.11 - name: Build abi3-py311 wheels uses: PyO3/maturin-action@v1 @@ -68,7 +68,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i 3.10 -i pypy3.10 --features extension-module --manifest-path python/Cargo.toml + args: --release --out dist -i 3.10 -i pypy3.11 --features extension-module --manifest-path python/Cargo.toml sccache: "true" manylinux: ${{ matrix.platform.manylinux }} @@ -103,7 +103,7 @@ jobs: version: "0.5.x" - name: Install Python versions - run: uv python install 3.10 3.13 pypy3.10 + run: uv python install 3.10 3.13 pypy3.11 - name: Build abi3-py311 wheels uses: PyO3/maturin-action@v1 @@ -117,7 +117,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i 3.10 -i pypy3.10 --features extension-module --manifest-path python/Cargo.toml + args: --release --out dist -i 3.10 -i pypy3.11 --features extension-module --manifest-path python/Cargo.toml sccache: "true" manylinux: musllinux_1_2 @@ -191,7 +191,7 @@ jobs: version: "0.5.x" - name: Install Python versions - run: uv python install 3.10 3.13 pypy3.10 + run: uv python install 3.10 3.13 pypy3.11 - name: Build abi3-py311 wheels uses: PyO3/maturin-action@v1 @@ -204,7 +204,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i 3.10 -i pypy3.10 --features extension-module --manifest-path python/Cargo.toml + args: --release --out dist -i 3.10 -i pypy3.11 --features extension-module --manifest-path python/Cargo.toml sccache: "true" - name: Upload wheels