From a55b7584738307fc0984c6ac151eb7aa2ee5e7f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 05:48:49 +0000 Subject: [PATCH] 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 e4525f8..edf33ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,13 @@ stages: test-3.6: extends: .tests - image: python:3.13-alpine + image: python:3.14-alpine test-3.7: extends: .tests - image: python:3.13-alpine + image: python:3.14-alpine test-3.8: extends: .tests - image: python:3.13-alpine + image: python:3.14-alpine test-3.9: extends: .tests - image: python:3.13-alpine + image: python:3.14-alpine