diff --git a/pyproject.toml b/pyproject.toml index b65562869..cb24006f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -261,7 +261,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*"