fix(deps): update python to v3.14.1

This commit is contained in:
renovate[bot]
2025-12-06 12:58:16 +00:00
committed by GitHub
parent 617f83f6f1
commit 54d2c612bc
4 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- run: "pipx install poetry"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
python-version: "3.14"
cache: "poetry"
- run: "poetry version $CLEAN_VERSION"
# Commit the changes and move the tag!