File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ setup = ['--vsenv'] # For Windows
148
148
149
149
[tool .cibuildwheel ]
150
150
skip = " cp36-* cp37-* cp38-* cp39-* pp* *_i686 *_ppc64le *_s390x"
151
- build-verbosity = " 3 "
151
+ build-verbosity = 3
152
152
environment = {LDFLAGS =" -Wl,--strip-all" }
153
153
test-requires = " hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0"
154
154
test-command = """
@@ -160,7 +160,8 @@ free-threaded-support = true
160
160
before-build = " PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.sh"
161
161
162
162
[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"
164
165
before-test = " bash {package}/scripts/cibw_before_test_windows.sh"
165
166
test-command = """
166
167
set PANDAS_CI='1' && \
You can’t perform that action at this time.
0 commit comments