diff --git a/pyproject.toml b/pyproject.toml index 4e665ede75..39b483570c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -274,7 +274,3 @@ assert isinstance(pact.v3.ffi.version(), str);\"""" # The repair tool unfortunately did not like the bundled Ruby distributable. # TODO: Check whether delocate-wheel can be configured. repair-wheel-command = "" - -[tool.cibuildwheel.windows] -# Skipping pypy, see giampaolo/psutil#2325 -skip = "pp*"