From 092f9a3d0b83d2f815932ce58ff2821a7b4e964e Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Thu, 23 Jan 2025 02:22:10 +0000 Subject: [PATCH] Update cibuildwheel_ubuntu.gitlab-ci.yml --- .gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml b/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml index 5f90a90..9264c6a 100644 --- a/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml +++ b/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml @@ -33,11 +33,12 @@ release:pip:ubuntu: - CIBW_BUILD: "cp310-manylinux_x86_64" - CIBW_BUILD: "cp311-manylinux_x86_64" - CIBW_BUILD: "cp312-manylinux_x86_64" + - CIBW_BUILD: "cp313-manylinux_x86_64" script: - set -x - python --version - - python -m pip install cibuildwheel==2.17.0 + - python -m pip install cibuildwheel==2.22.0 - cibuildwheel --output-dir wheelhouse - set +x -- GitLab