From 969ba0f64c68f4f1249b524696c74c7a34498ec1 Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Mon, 9 Jan 2023 22:58:27 +0100 Subject: [PATCH] Switch to python 3.9 image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9242464..5b27f88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ run tests: stage: test - image: python:3.8 + image: python:3.9 script: - pip install pytest pytest-cov pytest-mock pytest-flask - pip install Flask-HTTPAuth