From c6a785f1b36a60da56371d4bb02aef08ee84c5ad Mon Sep 17 00:00:00 2001 From: "Hock, Martin" <mahoromax@outlook.de> Date: Sun, 23 Mar 2025 15:25:46 +0100 Subject: [PATCH] reverting to older python --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6ad9fe..745c952 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.13 +image: python:3.10 stages: - linting - testing -- GitLab