From 60acf7fce4a5a7ea3a1125ac38b72d5563a4467d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:02:08 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7644528..616ffe7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,16 +16,16 @@ stages: pytest-3.10: extends: .pytest - image: python:3.10-alpine + image: python:3.14-alpine 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 + image: python:3.14-alpine pytest-3.13: extends: .pytest - image: python:3.13-alpine + image: python:3.14-alpine pytest-3.14: extends: .pytest image: python:3.14-alpine