From 0778805941a937cc5c9038a915ae56a10ce50ad7 Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 31 Mar 2023 12:57:35 +0200 Subject: [PATCH] use python 3.10 for gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 311c43b..a5ed53a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "python:3.8" +image: "python:3.10" before_script: - python --version