Skip to content

Commit 79a7396

Browse files
authored
Merge pull request #20363 from timvandermeij/python-3.14
Use Python 3.14 in the GitHub workflows
2 parents 3eca607 + 0528885 commit 79a7396

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/fluent_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@v5
2929

30-
- name: Use Python 3.13
30+
- name: Use Python 3.14
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: '3.13'
33+
python-version: '3.14'
3434
cache: 'pip'
3535

3636
- name: Install Fluent dependencies

.github/workflows/font_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- name: Install dependencies
4949
run: npm ci
5050

51-
- name: Use Python 3.13
51+
- name: Use Python 3.14
5252
uses: actions/setup-python@v6
5353
with:
54-
python-version: '3.13'
54+
python-version: '3.14'
5555
cache: 'pip'
5656

5757
- name: Install Fonttools

0 commit comments

Comments
 (0)