Skip to content

Commit 6541264

Browse files
Drop manylinux_2_24
Signed-off-by: Tony Xiang <19280867+TonyXiang8787@users.noreply.github.com>
1 parent ac4ecf9 commit 6541264

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ skip = ["pp*", "*-musllinux_aarch64"]
120120

121121
[tool.cibuildwheel.linux]
122122
archs = ["x86_64", "aarch64"]
123-
# force auditwheel to use manylinux_2_24 to support Amazon Linux 2 when building in manylinux_2_28
124-
repair-wheel-command = "auditwheel repair --plat ${AUDITWHEEL_PLAT//2_28/2_24} -w {dest_dir} {wheel}"
125123
environment = { CC = "gcc", CXX = "g++" }
126124
manylinux-x86_64-image = "manylinux_2_28"
127125
manylinux-aarch64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)