Skip to content

Commit aa4b7e2

Browse files
committed
chore: disable pypy builds
It would appear that PyPy builds are once again broken, so disabling them entirely. Signed-off-by: JP-Ellis <[email protected]>
1 parent eda8287 commit aa4b7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ exclude = '^(src/pact|tests|examples|examples/tests)/(?!v3).+\.py$'
313313
## CI Build Wheel
314314
################################################################################
315315
[tool.cibuildwheel]
316-
skip = "pp38-*"
316+
skip = "pp*"
317317
before-build = """
318318
rm -rvf src/pact/v3/bin
319319
rm -rvf src/pact/v3/data

0 commit comments

Comments
 (0)