Skip to content

Commit 418313f

Browse files
authored
Merge branch 'drop-manylinux-2-24' into feature/bump-macos-min-version
2 parents 1d1746f + 693c4a2 commit 418313f

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)