Switch to python 3.9 image

This commit is contained in:
Ruben van Staveren 2023-01-09 22:58:27 +01:00
parent d9b5d36835
commit 969ba0f64c
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

@ -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