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 4dd68d5 commit 01a27f5Copy full SHA for 01a27f5
1 file changed
bindings/pyproject.toml
@@ -46,7 +46,7 @@ build-dir = "build/{wheel_tag}"
46
# ---------------------------------------------------------------------------
47
[tool.cibuildwheel]
48
build = ["cp310-manylinux_x86_64"]
49
-manylinux-x86_64-image = "quay.io/pypa/manylinux_2_34_x86_64"
+manylinux-x86_64-image = "quay.io/pypa/manylinux_2_39_x86_64"
50
before-all = "bash {project}/.github/scripts/build_roboplan_deps.sh {project}"
51
repair-wheel-command = "auditwheel show {wheel}; auditwheel repair -w {dest_dir} {wheel}"
52
0 commit comments