Skip to content

Commit

Permalink
chore(ci): re-enable pypy builds on Windows
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
JP-Ellis committed Nov 16, 2023
1 parent e49ced9 commit 104ae59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"

0 comments on commit 104ae59

Please sign in to comment.