Skip to content

Commit 0d1f68a

Browse files
chore(deps): update dependency python to 3.14 (#5475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b204d06 commit 0d1f68a

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@v6
2727
with:
28-
python-version: 3.13
28+
python-version: 3.14
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@v6
3939
with:
40-
python-version: 3.13
40+
python-version: 3.14
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@v6
6060
with:
61-
python-version: 3.13
61+
python-version: 3.14
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@v6
2626
with:
27-
python-version: 3.13
27+
python-version: 3.14
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@v6
1818
with:
19-
python-version: 3.13
19+
python-version: 3.14
2020
- name: Install Prerequisite dependencies
2121
run: |
2222
pip install requests

0 commit comments

Comments
 (0)