From fa952e13e8c2f312dec9e4fe3c575683a5c4a481 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 26 Sep 2023 14:18:24 -0400 Subject: [PATCH] Allow all but the linux build to make the python 3.12 version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0518b03f..99f59a292 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 = "cp312-cp312-manylinux* pp* *i686 *-manylinux_i686 *_ppc64le *_s390x *-musllinux* *-win32" +skip = "pp* *i686 *-manylinux_i686 *_ppc64le *_s390x *-musllinux* *-win32" build-verbosity = 1 [tool.cibuildwheel.macos.environment] @@ -102,6 +102,7 @@ before-all = [ ] [tool.cibuildwheel.linux] +skip = "cp312-*" before-all = [ "yum install doxygen libxml2-devel libcurl-devel -y", "buildscripts/build_dependencies.sh -p /usr/local"