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
Tags v0.5.0
1 merge request!66Update python image version and poetry version
default:
image: python:3.12
image: python:3.13
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......@@ -21,7 +21,7 @@ release:
before_script:
- python3 --version ; python3 -m pip --version # For debugging
- pip install --upgrade pip
- pip install poetry==2.0.1
- pip install poetry==2.1.2
- poetry install
script:
- 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