File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ parentdir_prefix = "pandas-"
144
144
setup = [' --vsenv' ] # For Windows
145
145
146
146
[tool .cibuildwheel ]
147
- skip = " cp36-* cp37-* cp38-* cp39-* pp * *_i686 *_ppc64le *_s390x"
147
+ skip = " cp38-* cp39-* *_i686 *_ppc64le *_s390x"
148
148
build-verbosity = 3
149
149
environment = {LDFLAGS =" -Wl,--strip-all" }
150
150
test-requires = " hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0"
@@ -190,6 +190,8 @@ select = "*pyodide*"
190
190
test-requires = " pytest>=7.3.2 hypothesis>=6.84.0"
191
191
# Pyodide repairs wheels on its own, using auditwheel-emscripten
192
192
repair-wheel-command = " "
193
+ # meson-python: error: Unknown option "-vv"
194
+ build-verbosity = 1
193
195
test-command = """
194
196
PANDAS_CI='1' python -c 'import pandas as pd; \
195
197
pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
You can’t perform that action at this time.
0 commit comments