From e2dfcae757b15a16f7188e32880e9c6ea7aaa702 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Tue, 29 Oct 2024 13:00:29 +0100 Subject: [PATCH] Add second explicit manylinux option --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 498154a65..b635ce652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ version = {attr = "pyscipopt._version.__version__"} [tool.cibuildwheel] skip="pp*" # currently doesn't work with PyPy +manylinux-x86_64-image = "manylinux_2_28" [tool.cibuildwheel.linux]