Skip to content

Commit 3985dd6

Browse files
committed
CI(cibuildwheel): specify supported glibc/musl versions for wheel
1 parent d815947 commit 3985dd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ test-command = """
155155
"""
156156
enable = ["cpython-freethreading"]
157157
before-build = "PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.sh"
158+
manylinux-x86_64-image = "manylinux_2_28"
159+
manylinux-aarch64-image = "manylinux_2_28"
160+
musllinux-x86_64-image = "musllinux_1_2"
161+
musllinux-aarch64-image = "musllinux_1_2"
158162

159163
[tool.cibuildwheel.windows]
160164
environment = {}

0 commit comments

Comments
 (0)