From 853cd66e02c663fefc9554437e7d9da7a38c694c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:59:42 +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