Skip to content

Commit

Permalink
chore: disable pypy builds
Browse files Browse the repository at this point in the history
It would appear that PyPy builds are once again broken, so disabling
them entirely.

Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Oct 10, 2024
1 parent eda8287 commit aa4b7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ exclude = '^(src/pact|tests|examples|examples/tests)/(?!v3).+\.py$'
## CI Build Wheel
################################################################################
[tool.cibuildwheel]
skip = "pp38-*"
skip = "pp*"
before-build = """
rm -rvf src/pact/v3/bin
rm -rvf src/pact/v3/data
Expand Down

0 comments on commit aa4b7e2

Please sign in to comment.