fix(deps): update python to v3.14.3

This commit is contained in:
renovate[bot]
2026-02-07 08:42:49 +00:00
committed by GitHub
parent 347901aaa6
commit ef514d210d
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!