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 c54fcdf commit a30cbb3Copy full SHA for a30cbb3
1 file changed
pyproject.toml
@@ -17,6 +17,11 @@ skip = "pp* *musllinux* *-win*"
17
test-requires = ["pytest"]
18
test-command = "py.test {project}/tests/"
19
20
+manylinux-x86_64-image = "manylinux_2_28"
21
+manylinux-aarch64-image = "manylinux_2_28"
22
+manylinux-pypy_x86_64-image = "manylinux_2_28"
23
+manylinux-pypy_aarch64-image = "manylinux_2_28"
24
+
25
[tool.cibuildwheel.linux]
26
archs = ["x86_64", "aarch64"]
27
0 commit comments