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 01b9daa commit 209d999Copy full SHA for 209d999
pyproject.toml
@@ -96,8 +96,8 @@ before-test = "pip install -r {project}/test-requirements.txt"
96
97
manylinux-x86_64-image = "manylinux_2_28"
98
manylinux-aarch64-image = "manylinux_2_28"
99
-manylinux-pypy-x86_64-image = "manylinux_2_28"
100
-manylinux-pypy-aarch64-image = "manylinux_2_28"
+manylinux-pypy_x86_64-image = "manylinux_2_28"
+manylinux-pypy_aarch64-image = "manylinux_2_28"
101
102
[tool.cibuildwheel.linux]
103
build = ["cp3*_x86_64"]
0 commit comments