Use Python 3.10 on CI
This commit is contained in:
parent
f5d45e65ba
commit
85785dddb7
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ static:
|
||||||
expire_in: 30 mins
|
expire_in: 30 mins
|
||||||
|
|
||||||
pip:
|
pip:
|
||||||
image: python:3.9-slim
|
image: python:3.10-slim
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
|
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
|
||||||
|
@ -39,7 +39,7 @@ pip:
|
||||||
expire_in: 30 mins
|
expire_in: 30 mins
|
||||||
|
|
||||||
test_python:
|
test_python:
|
||||||
image: python:3.9-slim
|
image: python:3.10-slim
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- pip
|
- pip
|
||||||
|
|
Loading…
Reference in a new issue