Updated ci python version to 3.9
parent
ea8721659c
commit
bf3a8340da
|
@ -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
|
||||
|
|
Reference in New Issue