From b6271b79d7fd9e8279eae1bf5876cd3072cef8a1 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 24 Sep 2021 22:08:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml to Python 3.9 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 217d6ce..8fde40c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.8-buster +image: python:3.9-bullseye variables: GIT_SUBMODULE_STRATEGY: recursive -- GitLab