Update dependency python to 3.13 (#5144)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-11 08:43:04 +02:00 committed by GitHub
parent 47f8aeacf9
commit f7f8a38a96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Run World screenshots generation script
run: |
./tools/test/generateWorldScreenshots.py

View file

@ -37,7 +37,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Search for invalid screenshot files
run: ./tools/test/checkInvalidScreenshots.py
@ -58,7 +58,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Search for invalid dependencies
run: ./tools/dependencies/checkDependencies.py

View file

@ -24,7 +24,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Setup Localazy
run: |
curl -sS https://dist.localazy.com/debian/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/localazy.gpg

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Install Prerequisite dependencies
run: |
pip install requests