From 991d0ac4991ff63e680b845e03663d60cc5141b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:05:21 +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 3bc32b96..5e2a8c0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ --- -image: python:3.6-alpine +image: python:3.13-alpine variables: BUILD_PDF: 'no'