We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a983603 commit 10bf400Copy full SHA for 10bf400
pyproject.toml
@@ -9,7 +9,7 @@ test-command = [
9
"TESTSRC={package} python {package}/testdata/pymod/pya_tests.py"
10
]
11
# Disable building PyPy wheels on all platforms
12
-skip = "pp*"
+skip = "pp* cp36-* cp37-*"
13
14
[tool.cibuildwheel.linux]
15
# beware: the before-all script does not persist environment variables!
0 commit comments