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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue