From a0b9d322133f48710cebd31013e58f1f569829a3 Mon Sep 17 00:00:00 2001 From: Jurgen Lentz <42538773+jurgen-lentz@users.noreply.github.com> Date: Fri, 29 Nov 2024 03:52:24 +0100 Subject: [PATCH] Add manylinux --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7fa1166..6e36042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ version = {attr = "pygcgopt.__version__"} [tool.cibuildwheel] skip="pp*" # currently doesn't work with PyPy +manylinux-x86_64-image = "manylinux_2_28" [tool.cibuildwheel.linux] skip="pp* cp36* cp37* *musllinux*"