We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecaf4c commit 229b467Copy full SHA for 229b467
charmcraft.yaml
@@ -27,7 +27,7 @@ parts:
27
PIP_BREAK_SYSTEM_PACKAGES=true python3 -m pip install --user --upgrade pip==25.1.1 # renovate: charmcraft-pip-latest
28
29
# Use uv to install poetry so that a newer version of Python can be installed if needed by poetry
30
- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.12/uv-installer.sh | sh # renovate: charmcraft-uv-latest
+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.13/uv-installer.sh | sh # renovate: charmcraft-uv-latest
31
# poetry 2.0.0 requires Python >=3.9
32
if ! "$HOME/.local/bin/uv" python find '>=3.9'
33
then
0 commit comments