upgrade python version to 3.11

This commit is contained in:
HgO 2024-08-04 11:28:13 +02:00
parent 13976ea254
commit d69f9b8196

View file

@ -16,7 +16,7 @@ stages:
- publish - publish
.pip template: .pip template:
image: python:3.10-alpine image: python:3.11-alpine
before_script: before_script:
- export PATH="${VIRTUAL_ENV}/bin:$PATH" - export PATH="${VIRTUAL_ENV}/bin:$PATH"
cache: cache: