We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca4118 commit 25712f9Copy full SHA for 25712f9
pyproject.toml
@@ -63,3 +63,7 @@ line_length = 120
63
multi_line_output = 3
64
no_lines_before = "LOCALFOLDER"
65
sections = "FUTURE, COMPATIBILITY, STDLIB, THIRDPARTY, FIRSTPARTY, LOCALFOLDER"
66
+
67
+[tool.cibuildwheel]
68
+# Disable building PyPy wheels on all platforms
69
+skip = "pp*"
0 commit comments