From 12e5758b2e3f1aa3a1c479fbe90ebb91a971c627 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 23 Oct 2025 15:17:27 -0400 Subject: [PATCH] ci: Fix wheel build by switching to pypy 3.11 --- .github/workflows/python-wheels.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index c630f50e..4e6f4d8a 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