Update dependency python to v3.14.0 (#3)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-14 11:01:10 +02:00 committed by GitHub
parent 93ccaf6938
commit 98e3a76f45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.13.5" python-version: "3.14.0"
- name: Install dependencies - name: Install dependencies
run: pip install uv run: pip install uv