From b21daba1ed385d6f30de19219580de18492b4f53 Mon Sep 17 00:00:00 2001 From: Matthew K Defenderfer <mdefende@uab.edu> Date: Tue, 29 Apr 2025 17:30:01 -0500 Subject: [PATCH] Update python image version and poetry version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e167b9f..15e49ce 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 -- GitLab