Updated ci python version to 3.9

This commit is contained in:
Jef Roosens 2021-05-18 23:46:46 +02:00
parent ea8721659c
commit bf3a8340da
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -2,7 +2,7 @@ pipeline:
# =====TESTING=====
test-backend:
# Alpine version doesn't have make
image: python:3.8
image: python:3.9
pull: true
group: test
commands:
@ -23,7 +23,7 @@ pipeline:
# =====LINTING=====
lint-backend:
image: python:3.8
image: python:3.9
group: lint
commands:
- make lint