Skip to content

Commit 8b28dc7

Browse files
test
1 parent 048ac13 commit 8b28dc7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,21 @@ readme = { file = "README.rst", content-type = "text/x-rst" }
1212

1313
[tool.cibuildwheel]
1414
manylinux-x86_64-image = "manylinux2014"
15-
manylinux-aarch64-image = "manylinux_2_27"
15+
manylinux-aarch64-image = "manylinux_2_28"
1616

1717
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"]
1818

1919
[tool.cibuildwheel.windows]
2020
archs = ["AMD64"]
2121

2222
[tool.cibuildwheel.linux]
23-
archs = ["x86_64", "aarch64"]
23+
archs = ["x86_64"]
2424
repair-wheel-command = "auditwheel repair --lib-sdir . -w {dest_dir} {wheel}"
2525

26+
archs = ["aarch64"]
27+
28+
repair-wheel-command = "auditwheel repair --plat manylinux_2_28_aarch64 --lib-sdir . -w {dest_dir} {wheel"
29+
2630
[tool.cibuildwheel.macos]
2731
archs = ["universal2"]
2832
repair-wheel-command = [

0 commit comments

Comments
 (0)