Skip to content

Commit 270e370

Browse files
authored
ci: Fix wheel build by switching to pypy 3.11 (#127)
1 parent 374b727 commit 270e370

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python-wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
version: "0.5.x"
5555

5656
- name: Install Python versions
57-
run: uv python install 3.10 3.13 pypy3.10
57+
run: uv python install 3.10 3.13 pypy3.11
5858

5959
- name: Build abi3-py311 wheels
6060
uses: PyO3/maturin-action@v1
@@ -68,7 +68,7 @@ jobs:
6868
uses: PyO3/maturin-action@v1
6969
with:
7070
target: ${{ matrix.platform.target }}
71-
args: --release --out dist -i 3.10 -i pypy3.10 --features extension-module --manifest-path python/Cargo.toml
71+
args: --release --out dist -i 3.10 -i pypy3.11 --features extension-module --manifest-path python/Cargo.toml
7272
sccache: "true"
7373
manylinux: ${{ matrix.platform.manylinux }}
7474

@@ -103,7 +103,7 @@ jobs:
103103
version: "0.5.x"
104104

105105
- name: Install Python versions
106-
run: uv python install 3.10 3.13 pypy3.10
106+
run: uv python install 3.10 3.13 pypy3.11
107107

108108
- name: Build abi3-py311 wheels
109109
uses: PyO3/maturin-action@v1
@@ -117,7 +117,7 @@ jobs:
117117
uses: PyO3/maturin-action@v1
118118
with:
119119
target: ${{ matrix.platform.target }}
120-
args: --release --out dist -i 3.10 -i pypy3.10 --features extension-module --manifest-path python/Cargo.toml
120+
args: --release --out dist -i 3.10 -i pypy3.11 --features extension-module --manifest-path python/Cargo.toml
121121
sccache: "true"
122122
manylinux: musllinux_1_2
123123

@@ -191,7 +191,7 @@ jobs:
191191
version: "0.5.x"
192192

193193
- name: Install Python versions
194-
run: uv python install 3.10 3.13 pypy3.10
194+
run: uv python install 3.10 3.13 pypy3.11
195195

196196
- name: Build abi3-py311 wheels
197197
uses: PyO3/maturin-action@v1
@@ -204,7 +204,7 @@ jobs:
204204
uses: PyO3/maturin-action@v1
205205
with:
206206
target: ${{ matrix.platform.target }}
207-
args: --release --out dist -i 3.10 -i pypy3.10 --features extension-module --manifest-path python/Cargo.toml
207+
args: --release --out dist -i 3.10 -i pypy3.11 --features extension-module --manifest-path python/Cargo.toml
208208
sccache: "true"
209209

210210
- name: Upload wheels

0 commit comments

Comments
 (0)