From a91c0bdcbbf6b516b8c59aef30c453eb3062225f Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:40:41 -0400 Subject: [PATCH] Skipping the 3.12 version for now as something is incompatible. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 433dfbcda..25fbd2a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,8 +57,7 @@ sdist.include = ["src/globals/globals_module.f90.in","swiftest/*.py","swiftest/* [tool.cibuildwheel] test-command = "pytest {package}/tests" test-requires = ['pytest'] -test-skip = "cp312-*" -skip = "pp* *i686 *-manylinux_i686 *_ppc64le *_s390x *-musllinux* *-win32" +skip = "cp312-* pp* *i686 *-manylinux_i686 *_ppc64le *_s390x *-musllinux* *-win32" build-verbosity = 1 [tool.cibuildwheel.linux]