Skip to content

Commit 25712f9

Browse files
authored
skip pypy wheel builds
1 parent aca4118 commit 25712f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ line_length = 120
6363
multi_line_output = 3
6464
no_lines_before = "LOCALFOLDER"
6565
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

Comments
 (0)