From 467153cb5c79a1149c8d1f21e9cc5050dec7f1a2 Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Mon, 20 Jan 2025 22:30:48 +0000 Subject: [PATCH] Update cibuildwheel_ubuntu.gitlab-ci.yml --- .gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml b/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml index 3999c37..5f90a90 100644 --- a/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml +++ b/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml @@ -27,9 +27,12 @@ release:pip:ubuntu: parallel: matrix: + - CIBW_BUILD: "cp37-manylinux_x86_64" - CIBW_BUILD: "cp38-manylinux_x86_64" - CIBW_BUILD: "cp39-manylinux_x86_64" - CIBW_BUILD: "cp310-manylinux_x86_64" + - CIBW_BUILD: "cp311-manylinux_x86_64" + - CIBW_BUILD: "cp312-manylinux_x86_64" script: - set -x -- GitLab