From 99af25cab26ab24c3158595f5e855edf28f27052 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Tue, 29 Apr 2025 06:24:51 +0000 Subject: [PATCH] Update manylinux image used by CIBW to manylinux 2.28. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1e8869ad..98bc0d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ test-command = "pytest {project}/aidge_backend_cpu/unit_tests" # "cp310-manylinux_x86_64" # "cp38-win_amd64", #] +manylinux-x86_64-image = "manylinux_2_28" ### AIDGE DEPENDENCIES DECLARATION [tool.cibuildwheel.environment] AIDGE_DEPENDENCIES = "aidge_core" # format => "dep_1 dep_2 ... dep_n" -- GitLab