From f40d02f862c22fbdb261d79a4d550b5b0d0da90a Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:59:38 -0500 Subject: [PATCH] Added the Python 3.12 build to the linux wheels --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b23dee210..bb22467c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,6 @@ before-all = [ ] [tool.cibuildwheel.linux] -skip = "cp312-*" before-all = [ "yum install doxygen libxml2-devel libcurl-devel -y", "buildscripts/build_dependencies.sh -p /usr/local"