Use Python 3.10 on CI

This commit is contained in:
Jake Howard 2022-06-10 17:01:26 +01:00
parent f5d45e65ba
commit 85785dddb7
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ static:
expire_in: 30 mins
pip:
image: python:3.9-slim
image: python:3.10-slim
stage: build
variables:
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
@ -39,7 +39,7 @@ pip:
expire_in: 30 mins
test_python:
image: python:3.9-slim
image: python:3.10-slim
stage: test
dependencies:
- pip