Skip to content

Commit f7f8a38

Browse files
Update dependency python to 3.13 (#5144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47f8aea commit f7f8a38

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/generate_github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python 3.12
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.12
28+
python-version: 3.13
2929
- name: Run World screenshots generation script
3030
run: |
3131
./tools/test/generateWorldScreenshots.py

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python 3.12
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: 3.12
40+
python-version: 3.13
4141
- name: Search for invalid screenshot files
4242
run: ./tools/test/checkInvalidScreenshots.py
4343

@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Python 3.12
5959
uses: actions/setup-python@v5
6060
with:
61-
python-version: 3.12
61+
python-version: 3.13
6262
- name: Search for invalid dependencies
6363
run: ./tools/dependencies/checkDependencies.py
6464

.github/workflows/sync-localazy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python 3.12
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.12
27+
python-version: 3.13
2828
- name: Setup Localazy
2929
run: |
3030
curl -sS https://dist.localazy.com/debian/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/localazy.gpg

.github/workflows/sync-sas-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python 3.12
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.12
19+
python-version: 3.13
2020
- name: Install Prerequisite dependencies
2121
run: |
2222
pip install requests

0 commit comments

Comments
 (0)