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 22016e8 commit 2d7663fCopy full SHA for 2d7663f
pyproject.toml
@@ -12,7 +12,7 @@ readme = { file = "README.rst", content-type = "text/x-rst" }
12
13
[tool.cibuildwheel]
14
manylinux-x86_64-image = "manylinux2014"
15
-manylinux-aarch64-image = "manylinux_2_28"
+manylinux-aarch64-image = "manylinux2014"
16
17
skip = ["pp*", "*-win32", "*-manylinux_i686", "*cp36*", "*cp37*", "*-musllinux_*", "cp38-macosx_x86_64", "cp39-macosx_x86_64", "cp310-macosx_x86_64", "cp311-macosx_x86_64", "cp312-macosx_x86_64","cp313-macosx_x86_64"]
18
0 commit comments