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

Update dependency python to 3.13
This commit is contained in:
Odd Stråbø 2025-08-21 11:13:02 +02:00 committed by GitHub
commit a7e5fdeb4d
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@v5.6.0
with:
python-version: 3.9
python-version: 3.13
- name: Install dependencies
run: |

View file

@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.6.0
with:
python-version: 3.9
python-version: 3.13
- name: Autobuild
uses: github/codeql-action/autobuild@v3.29.10

View file

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