Skip to content

Commit c907edd

Browse files
committed
try adjusting build verbosity
1 parent 52413d8 commit c907edd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ parentdir_prefix = "pandas-"
144144
setup = ['--vsenv'] # For Windows
145145

146146
[tool.cibuildwheel]
147-
skip = "cp36-* cp37-* cp38-* cp39-* pp* *_i686 *_ppc64le *_s390x"
147+
skip = "cp38-* cp39-* *_i686 *_ppc64le *_s390x"
148148
build-verbosity = 3
149149
environment = {LDFLAGS="-Wl,--strip-all"}
150150
test-requires = "hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0"
@@ -190,6 +190,8 @@ select = "*pyodide*"
190190
test-requires = "pytest>=7.3.2 hypothesis>=6.84.0"
191191
# Pyodide repairs wheels on its own, using auditwheel-emscripten
192192
repair-wheel-command = ""
193+
# meson-python: error: Unknown option "-vv"
194+
build-verbosity = 1
193195
test-command = """
194196
PANDAS_CI='1' python -c 'import pandas as pd; \
195197
pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \

0 commit comments

Comments
 (0)