Skip to content

Commit bf98540

Browse files
Update dependency python to 3.13
1 parent c867cca commit bf98540

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)