From 6c6e966c01168d0f754c51a41dd3acace4b60a85 Mon Sep 17 00:00:00 2001 From: Victor Blomqvist Date: Tue, 10 Sep 2024 21:15:05 +0200 Subject: [PATCH] temp disable of pypy wheels until pypy is fixeD --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d76c1c33..bfdc3a84 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -24,7 +24,8 @@ jobs: uses: pypa/cibuildwheel@v2.20.0 env: CIBW_BUILD: - "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*" + # "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*" + "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*" CIBW_TEST_COMMAND: "python -m pymunk.tests" CIBW_BUILD_VERBOSITY: 3 with: