ci: use python 3.10

This commit is contained in:
Abel Luck 2022-12-01 17:30:57 +00:00
parent 470f03dd07
commit ac35031e94

View file

@ -11,7 +11,7 @@ variables:
REF_IMAGE: registry.gitlab.com/$CI_PROJECT_NAMESPACE/${CI_PROJECT_NAME}:$CI_COMMIT_REF_NAME
check:
image: python:3.9-bullseye
image: python:3.10-bullseye
stage: check
script:
- apt-get update