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 <josh@jpellis.me>
  • Loading branch information
JP-Ellis committed Dec 17, 2023
1 parent 24accce commit c9a06a5
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 @@ -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*"

0 comments on commit c9a06a5

Please sign in to comment.