We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b557366 commit b052012Copy full SHA for b052012
.github/workflows/wheels.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: pypa/[email protected]
26
env:
27
CIBW_BUILD:
28
- "cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-* pp311-*"
+ "cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
29
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
30
CIBW_TEST_COMMAND: "python -m pymunk.tests"
31
# CIBW_BUILD_VERBOSITY: 3
0 commit comments