From 233da94f10cb4a727673315bf6939eb8a22dcfa4 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 16 Aug 2021 13:05:11 +0200 Subject: [PATCH] run tests using 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 01aef26..48a903a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.8 +image: python:3.9 # Change pip's cache directory to be inside the project directory since we can # only cache local items.