From f96817c954c03af181fab148c9ff7f1e04ff59b3 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:20:54 -0400 Subject: [PATCH] Skip the cp312 Linux version because h5py can't be built --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4de1c257..b0518b03f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ cmake.verbose = true [tool.cibuildwheel] test-command = "pytest {package}/tests" test-requires = ['pytest'] -skip = "pp* *i686 *-manylinux_i686 *_ppc64le *_s390x *-musllinux* *-win32" +skip = "cp312-cp312-manylinux* pp* *i686 *-manylinux_i686 *_ppc64le *_s390x *-musllinux* *-win32" build-verbosity = 1 [tool.cibuildwheel.macos.environment]