From 599646c8ae707a96aba592df518d6b74c5840163 Mon Sep 17 00:00:00 2001 From: "J. Derek Tucker" Date: Thu, 21 Dec 2023 04:43:18 -0700 Subject: [PATCH] skip win32 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ace8bd..def207f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ documentation = "https://fdasrsf-python.readthedocs.io/en/latest/" # Note: the below skip command doesn't do much currently, the platforms to # build wheels for in CI are controlled in `.github/workflows/wheels.yml` and # `tools/ci/cirrus_wheels.yml`. -skip = "cp36-* cp37-* cp38-* cp312-* pp* *-manylinux_i686 *_ppc64le *_s390x" +skip = "cp36-* cp37-* cp38-* cp312-* pp* *-manylinux_i686 *_ppc64le *_s390x *-win32" build-verbosity = "3" before-build = "bash {project}/bin/cibw_before_build.sh {project}"