ci: bump to python 3.9

This commit is contained in:
Luna 2021-06-25 15:17:21 -03:00
parent 425ad9fb71
commit 2492d55f30
1 changed files with 2 additions and 2 deletions

View File

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