upgrade python version to 3.11
This commit is contained in:
parent
13976ea254
commit
d69f9b8196
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ stages:
|
|||
- publish
|
||||
|
||||
.pip template:
|
||||
image: python:3.10-alpine
|
||||
image: python:3.11-alpine
|
||||
before_script:
|
||||
- export PATH="${VIRTUAL_ENV}/bin:$PATH"
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue