fix(deps): update python to v3.14.3

This commit is contained in:
renovate[bot]
2026-02-07 04:44:13 +00:00
committed by GitHub
parent 94084b6814
commit 28b4dffdaa
4 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ jobs:
- run: "pipx install poetry"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
python-version: "3.14"
cache: "poetry"
- run: "poetry install"
- run: "poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}"