From d1fd2c9e1e5c9b7663336568202a261db165249a Mon Sep 17 00:00:00 2001 From: David Minton Date: Mon, 2 Oct 2023 22:53:56 -0500 Subject: [PATCH] Skip the Linux Python 3.12 wheel because it fails --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b895b752f..7e24d42a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,6 +103,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"