Update dependency python to 3.14

This commit is contained in:
renovate[bot] 2025-10-08 05:33:57 +00:00 committed by GitHub
commit 9dc8d234e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.0.0
with:
python-version: 3.13
python-version: 3.14
- name: Install dependencies
run: |

View file

@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.0.0
with:
python-version: 3.13
python-version: 3.14
- name: Autobuild
uses: github/codeql-action/autobuild@v3.30.3

View file

@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.0.0
with:
python-version: 3.13
python-version: 3.14
- name: Install dependencies
run: |