mirror of https://gitlab.com/litecord/litecord.git
ci: bump to python 3.9
This commit is contained in:
parent
425ad9fb71
commit
2492d55f30
|
|
@ -1,8 +1,8 @@
|
||||||
image: python:3.8-alpine
|
image: python:3.9-alpine
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
||||||
POSTGRES_HOST_AUTH_METHOD: 'trust'
|
POSTGRES_HOST_AUTH_METHOD: "trust"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgres:alpine
|
- postgres:alpine
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue