chore(deps): update dependency python to v3.14.0 (#81)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-11 12:58:24 +02:00
committed by GitHub
parent 4ef67f49b5
commit c41995c9d8
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with:
python-version: "3.13.7"
python-version: "3.14.0"
- name: Make README file
run: python tools/make_readme.py
- name: Make JSON file

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with:
python-version: "3.13.7"
python-version: "3.14.0"
- name: Install Python packages
run: |
python -m pip install --upgrade pip