diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e167b9ffa267c4b7522c6de4a7fb9db75cb7fa65..15e49ce471d265d73e2ea28e1289273e4695d771 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: python:3.12 + image: python:3.13 variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" @@ -21,7 +21,7 @@ release: before_script: - python3 --version ; python3 -m pip --version # For debugging - pip install --upgrade pip - - pip install poetry==2.0.1 + - pip install poetry==2.1.2 - poetry install script: - export POETRY_DYNAMIC_VERSIONING_DEBUG=1