fix(deps): update python to v3.14.2

This commit is contained in:
renovate[bot]
2025-12-14 06:00:25 +00:00
committed by GitHub
parent 71af7ac761
commit 0ee566169c
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!