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]