Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 62d3baf

Browse filesBrowse files
committed
MAINT: Remove cibuildwheel workaround [wheel build]
Cibuildwheel has been updated to 2.23.2, so the workaround is no longer needed.
1 parent f141bef commit 62d3baf
Copy full SHA for 62d3baf

File tree

Expand file treeCollapse file tree

1 file changed

+2
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-7
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+2-7Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,8 @@ test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
151151
enable = ["cpython-freethreading", "pypy", "cpython-prerelease"]
152152

153153
[tool.cibuildwheel.linux]
154-
# workaround https://github.com/numpy/numpy/issues/28570 by using
155-
# more recent images than the default ones in cibuildwheel 2.23.1
156-
# TODO remove this workaround once cibuildwheel gets updated to a version > 2.23.1
157-
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28:2025.03.23-1"
158-
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28:2025.03.23-1"
159-
# manylinux-x86_64-image = "manylinux_2_28"
160-
# manylinux-aarch64-image = "manylinux_2_28"
154+
manylinux-x86_64-image = "manylinux_2_28"
155+
manylinux-aarch64-image = "manylinux_2_28"
161156
musllinux-x86_64-image = "musllinux_1_2"
162157
musllinux-aarch64-image = "musllinux_1_2"
163158

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.