Merge pull request #1049 from jellyfin/renovate/python-3.x

Update dependency python to 3.14
This commit is contained in:
Odd Stråbø 2025-11-08 19:30:36 +01:00 committed by GitHub
commit 2aec33c26f
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@v4.31.2

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: |