From a782b4e4399fbee77918bd17ae5fdfd9d992c1ed Mon Sep 17 00:00:00 2001 From: iver56 Date: Wed, 10 Jan 2024 12:32:55 +0100 Subject: [PATCH] Skip pypy 3.10, as it failed in CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 109fb93..1b71b0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Build and test wheels env: CIBW_ARCHS: "auto64" - CIBW_SKIP: "cp36-* cp37-* pp37-* cp312-*" + CIBW_SKIP: "cp36-* cp37-* pp37-* pp310-* cp312-*" CIBW_TEST_REQUIRES: cffi pytest CIBW_TEST_COMMAND: "pytest {project}/tests" run: |