Skip to content

Commit ba119c5

Browse files
test
1 parent 693e428 commit ba119c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Set up QEMU
2424
if: matrix.os == 'ubuntu-22.04'
25-
uses: docker/setup-qemu-action@v2
25+
uses: docker/setup-qemu-action@v3
2626
- name: Build wheels
2727

2828
uses: pypa/[email protected]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = { file = "README.rst", content-type = "text/x-rst" }
1212

1313
[tool.cibuildwheel]
1414
manylinux-x86_64-image = "manylinux2014"
15-
manylinux-aarch64-image = "manylinux2014_aarch64"
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", "cp312-macosx_x86_64"]
1818

0 commit comments

Comments
 (0)