use python 3.10 for gitlab-ci

This commit is contained in:
Clemens 2023-03-31 12:57:35 +02:00
parent 897784ddea
commit 0778805941

View file

@ -1,4 +1,4 @@
image: "python:3.8"
image: "python:3.10"
before_script:
- python --version