Skip to content

Commit 172e1bf

Browse files
Merge pull request #19035 from timvandermeij/python3.13
Use Python 3.13 in the GitHub workflows
2 parents 6676492 + 9137386 commit 172e1bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@v4
2929

30-
- name: Use Python 3.12
30+
- name: Use Python 3.13
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.12'
33+
python-version: '3.13'
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.12
51+
- name: Use Python 3.13
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: '3.12'
54+
python-version: '3.13'
5555
cache: 'pip'
5656

5757
- name: Install Fonttools

test/font/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ it before running the font tests:
3232
python3 -m venv venv
3333
source venv/bin/activate
3434
pip install fonttools
35-
gulp fonttest
35+
npx gulp fonttest
3636
```

0 commit comments

Comments
 (0)