diff --git a/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml b/.gitlab/ci/release/cibuildwheel_ubuntu.gitlab-ci.yml
index 5f90a9029ee816f6a263d168295de2efbd7e5413..9264c6a35755aae2b9bba73c22e22929f04b4d3a 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