We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d815947 commit 3985dd6Copy full SHA for 3985dd6
pyproject.toml
@@ -155,6 +155,10 @@ test-command = """
155
"""
156
enable = ["cpython-freethreading"]
157
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"
162
163
[tool.cibuildwheel.windows]
164
environment = {}
0 commit comments