Fixed python version to 3.12 for mypy and ruff checking.

It seems, that scipy is not compatible with 3.13 yet
This commit is contained in:
Christoph Stahl 2024-10-09 16:22:18 +02:00
parent fb12bdedd8
commit f73eb20955

View file

@ -1,4 +1,4 @@
image: python:3
image: python:3.12
mypy:
stage: test