Skip to content

Commit 6dcec6a

Browse files
authored
BLD: Drop universal2 wheels (pandas-dev#51001)
* BLD: Drop universal2 wheels Numpy hasn't provided them anymore for a while, so let's drop them as well to cut down on compilation time and save space on PyPI. * remove straggler
1 parent 7674874 commit 6dcec6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ test-requires = "hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asy
147147
test-command = "python {project}/ci/test_wheels.py"
148148

149149
[tool.cibuildwheel.macos]
150-
archs = "x86_64 universal2"
151-
test-skip = "*_arm64 *_universal2:arm64"
150+
archs = "x86_64 arm64"
151+
test-skip = "*_arm64"
152152

153153
[tool.cibuildwheel.windows]
154154
repair-wheel-command = "python ci/fix_wheels.py {wheel} {dest_dir}"

0 commit comments

Comments
 (0)