From c9a06a5e22de66d1e15e3a3e2eb369c7a949f963 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Thu, 16 Nov 2023 11:20:45 +1100 Subject: [PATCH] chore(ci): re-enable pypy builds on Windows With the resolution of the upstream issue with psutil builds on Windows and PyPy, we can re-enable the building of wheels for this target. Signed-off-by: JP-Ellis --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e665ede7..39b483570 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*"