Skip to content

Commit 6932aea

Browse files
Update dependency python to 3.14
1 parent 76952b6 commit 6932aea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Python
1212
uses: actions/setup-python@v6
1313
with:
14-
python-version: 3.8
14+
python-version: 3.14
1515

1616
- name: Install Python lint libraries
1717
run: |

.github/workflows/python-app.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.9
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: 3.9
19+
python-version: 3.14
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip

.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@v6
1818
with:
19-
python-version: "3.13"
19+
python-version: "3.14"
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@v6
1818
with:
19-
python-version: "3.13"
19+
python-version: "3.14"
2020

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

0 commit comments

Comments
 (0)