We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a2eb8 commit f08871dCopy full SHA for f08871d
pyproject.toml
@@ -142,7 +142,7 @@ parentdir_prefix = "pandas-"
142
[tool.cibuildwheel]
143
skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
144
build-verbosity = "3"
145
-environment = { LDFLAGS="-Wl,--strip-all" }
+environment = {LDFLAGS="-Wl,--strip-all" }
146
test-requires = "hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17"
147
test-command = "python {project}/ci/test_wheels.py"
148
@@ -165,7 +165,7 @@ test-command = ""
165
# macOS doesn't support stripping wheels with linker
166
# https://github.com/MacPython/numpy-wheels/pull/87#issuecomment-624878264
167
select = "*-macosx*"
168
-environment = ""
+environment = {CFLAGS="-g0"}
169
170
[[tool.cibuildwheel.overrides]]
171
select = "*-win32"
0 commit comments