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:
parent
fb12bdedd8
commit
f73eb20955
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
image: python:3
|
||||
image: python:3.12
|
||||
|
||||
mypy:
|
||||
stage: test
|
||||
|
|
Loading…
Add table
Reference in a new issue