Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Allow all but the linux build to make the python 3.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Sep 26, 2023
1 parent 1735a5a commit fa952e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit fa952e1

Please sign in to comment.