Skip to content

Commit b052012

Browse files
committed
skip building for PyPy 3.9
1 parent b557366 commit b052012

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
@@ -25,7 +25,7 @@ jobs:
2525
uses: pypa/cibuildwheel@v2.23.1
2626
env:
2727
CIBW_BUILD:
28-
"cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-* pp311-*"
28+
"cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
2929
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
3030
CIBW_TEST_COMMAND: "python -m pymunk.tests"
3131
# CIBW_BUILD_VERBOSITY: 3

0 commit comments

Comments
 (0)