From 2fbf44a749b50f452da703e61886c4fe4bbfb31b Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 7 Mar 2025 14:18:46 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e70593..488baf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.10 +image: python:3.13 stages: - test