Skip to content
Snippets Groups Projects
Commit b21daba1 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

Update python image version and poetry version

parent 25914521
No related branches found
No related tags found
1 merge request!66Update python image version and poetry version
default: default:
image: python:3.12 image: python:3.13
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
...@@ -21,7 +21,7 @@ release: ...@@ -21,7 +21,7 @@ release:
before_script: before_script:
- python3 --version ; python3 -m pip --version # For debugging - python3 --version ; python3 -m pip --version # For debugging
- pip install --upgrade pip - pip install --upgrade pip
- pip install poetry==2.0.1 - pip install poetry==2.1.2
- poetry install - poetry install
script: script:
- export POETRY_DYNAMIC_VERSIONING_DEBUG=1 - export POETRY_DYNAMIC_VERSIONING_DEBUG=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment