From ca91a19eb7d81e3c1c75f4efd7b5a31447c762e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:47:49 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a812ffc..1e0ff81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: pytest-3.11: extends: .pytest - image: python:3.11-alpine + image: python:3.14-alpine pytest-3.12: extends: .pytest - image: python:3.12-alpine \ No newline at end of file + image: python:3.14-alpine \ No newline at end of file