Skip to content

Commit e296606

Browse files
authored
Do not build wheels for Pypy 3.10
1 parent 9820d27 commit e296606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build wheels
2525
uses: pypa/[email protected]
2626
env:
27-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-* pp311-*"
27+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp311-*"
2828
with:
2929
package-dir: "$SDIST_PATH"
3030

0 commit comments

Comments
 (0)