diff --git a/pyproject.toml b/pyproject.toml index 73bdee0..6218ca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,3 +63,7 @@ line_length = 120 multi_line_output = 3 no_lines_before = "LOCALFOLDER" sections = "FUTURE, COMPATIBILITY, STDLIB, THIRDPARTY, FIRSTPARTY, LOCALFOLDER" + +[tool.cibuildwheel] +# Disable building PyPy wheels on all platforms +skip = "pp*"