We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dd3e6b + ebf315e commit 415650bCopy full SHA for 415650b
1 file changed
pyproject.toml
@@ -13,7 +13,7 @@ test-command = [
13
"TESTSRC={package} python {package}/testdata/pymod/pya_tests.py"
14
]
15
# Disable building PyPy wheels on all platforms
16
-skip = "pp* cp36-* cp37-*"
+skip = "pp* cp36-* cp37-* cp38-* cp39-*"
17
18
[tool.cibuildwheel.linux]
19
# beware: the before-all script does not persist environment variables!
0 commit comments