fix: python version

This commit is contained in:
Georg K 2024-04-09 03:00:10 +03:00
parent ecbe8dc04d
commit acca29731f

View File

@ -6,7 +6,7 @@ stages:
publish-pypi: publish-pypi:
stage: package stage: package
image: python:python:3.12.2-alpine3.19 image: python:3.12.2-alpine3.19
script: script:
- pip install chardet poetry - pip install chardet poetry
- poetry config virtualenvs.in-project true - poetry config virtualenvs.in-project true