From 6426013a3f98b55dce7ca790013b30ac901268fe Mon Sep 17 00:00:00 2001 From: "Hock, Martin" <mahoromax@outlook.de> Date: Sat, 22 Mar 2025 19:28:11 +0100 Subject: [PATCH] Try 3.13 because 3.12 threw an error --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f319f6..f6ad9fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.12 +image: python:3.13 stages: - linting - testing -- GitLab