From aa4b7e28462b54ee27a447a108bae0a05dc078cb Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Thu, 10 Oct 2024 13:45:18 +1100 Subject: [PATCH] chore: disable pypy builds It would appear that PyPy builds are once again broken, so disabling them entirely. Signed-off-by: JP-Ellis --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a699bb96..997ba2f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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