Skip to content

Commit 6441bf9

Browse files
committed
BLD: Try pinning ninja<1.11.1.4 for windows free threading build
1 parent cc4f585 commit 6441bf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ setup = ['--vsenv'] # For Windows
148148

149149
[tool.cibuildwheel]
150150
skip = "cp36-* cp37-* cp38-* cp39-* pp* *_i686 *_ppc64le *_s390x"
151-
build-verbosity = "3"
151+
build-verbosity = 3
152152
environment = {LDFLAGS="-Wl,--strip-all"}
153153
test-requires = "hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0"
154154
test-command = """
@@ -160,7 +160,8 @@ free-threaded-support = true
160160
before-build = "PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.sh"
161161

162162
[tool.cibuildwheel.windows]
163-
before-build = "pip install delvewheel && bash {package}/scripts/cibw_before_build_windows.sh"
163+
environment = {}
164+
before-build = "pip install delvewheel ninja<1.11.1.4 && bash {package}/scripts/cibw_before_build_windows.sh"
164165
before-test = "bash {package}/scripts/cibw_before_test_windows.sh"
165166
test-command = """
166167
set PANDAS_CI='1' && \

0 commit comments

Comments
 (0)