From 58dfe5e379e645eca20d751368ced0e8d202ab35 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Ruel Date: Thu, 15 Aug 2024 14:31:14 -0400 Subject: [PATCH] ci: skip cp{39,310,311,312}-win32 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2aaa651..7243a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ tag_format = "v$version" [tool.cibuildwheel] test-command = "pytest {project}/tests" test-extras = ["test"] -test-skip = ["*universal2:arm64", "pp*", "cp{38,39,310,311,312}-manylinux_i686", "cp38-macosx_arm64", "*musllinux*", "*ppc64le", "*s390x", "cp39-win32", "cp310-win32"] +test-skip = ["*universal2:arm64", "pp*", "cp{38,39,310,311,312}-manylinux_i686", "cp38-macosx_arm64", "*musllinux*", "*ppc64le", "*s390x", "cp{39,310,311,312}-win32"] # Setuptools bug causes collision between pypy and cpython artifacts before-build = "rm -rf {project}/build"