Skip to content

Commit 2f62725

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-l10n-sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python 🐍
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.7"
19+
python-version: "3.13"
2020

2121
- name: Restore pip cache 💾
2222
uses: actions/cache@v4

.github/workflows/update-l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python 🐍
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.7"
19+
python-version: "3.13"
2020

2121
- name: Restore pip cache 💾
2222
uses: actions/cache@v4

0 commit comments

Comments
 (0)