From f73eb20955e5d826a6fe837731f59349d1c67f53 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Wed, 9 Oct 2024 16:22:18 +0200 Subject: [PATCH] Fixed python version to 3.12 for mypy and ruff checking. It seems, that scipy is not compatible with 3.13 yet --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd9b98a..4f8b49c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3 +image: python:3.12 mypy: stage: test