From b9a1546133959298c56eee686932dbb18ff80f7a Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Fri, 25 Nov 2022 14:44:30 -0800 Subject: [PATCH] Don't build on 3.11 for macOS as there is no h5py build --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3c5a029..06a5c91 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,7 +25,7 @@ jobs: with: output-dir: ./wheelhouse-hdf5-${{ matrix.hdf5}} env: - CIBW_SKIP: "pp* *musllinux*" + CIBW_SKIP: "pp* *musllinux* cp311-macosx*" CIBW_ARCHS: "x86_64" CIBW_BEFORE_ALL: | chmod +x .github/workflows/install_hdf5.sh