We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eca607 + 0528885 commit 79a7396Copy full SHA for 79a7396
.github/workflows/fluent_linter.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: Checkout repository
28
uses: actions/checkout@v5
29
30
- - name: Use Python 3.13
+ - name: Use Python 3.14
31
uses: actions/setup-python@v6
32
with:
33
- python-version: '3.13'
+ python-version: '3.14'
34
cache: 'pip'
35
36
- name: Install Fluent dependencies
.github/workflows/font_tests.yml
@@ -48,10 +48,10 @@ jobs:
48
- name: Install dependencies
49
run: npm ci
50
51
52
53
54
55
56
57
- name: Install Fonttools
0 commit comments