Skip to content

Commit a30cbb3

Browse files
committed
using glib2.28 image to build glibc wheels
1 parent c54fcdf commit a30cbb3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ skip = "pp* *musllinux* *-win*"
1717
test-requires = ["pytest"]
1818
test-command = "py.test {project}/tests/"
1919

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+
2025
[tool.cibuildwheel.linux]
2126
archs = ["x86_64", "aarch64"]
2227

0 commit comments

Comments
 (0)