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 471ddbe commit 6c6e966Copy full SHA for 6c6e966
.github/workflows/wheels.yml
@@ -24,7 +24,8 @@ jobs:
24
uses: pypa/[email protected]
25
env:
26
CIBW_BUILD:
27
- "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
+ # "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
28
+ "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
29
CIBW_TEST_COMMAND: "python -m pymunk.tests"
30
CIBW_BUILD_VERBOSITY: 3
31
with:
0 commit comments