From d90665cf332ef8f505aa0438fa0eab3602189c03 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Wed, 22 Nov 2023 15:25:29 +0100 Subject: [PATCH] re-enable cp38-macosx_arm64 wheel now that cp38 is available on our arm64 macos runner --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b68cb1..a1c2119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ HAMMING_BUILD_BENCHMARKS = "OFF" HAMMING_BUILD_PYTHON = "ON" [tool.cibuildwheel] -skip = "*-manylinux_i686 cp38-macosx_arm64" +skip = "*-manylinux_i686" test-skip = "pp* *-musllinux*" test-extras = "test" test-command = "pytest {project}/python/tests -v"