Use Python 3.14 in the GitHub workflows
Python 3.14 is the current stable version, released on October 7th. The dependencies we use also support Python 3.14 now, most importantly `fonttools` for which the OS-specific builds have been published (see the `cp314` wheels on https://pypi.org/project/fonttools/#files).
This commit is contained in:
parent
3eca60735b
commit
0528885029
4
.github/workflows/fluent_linter.yml
vendored
4
.github/workflows/fluent_linter.yml
vendored
@ -27,10 +27,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Use Python 3.13
|
- name: Use Python 3.14
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.14'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install Fluent dependencies
|
- name: Install Fluent dependencies
|
||||||
|
|||||||
4
.github/workflows/font_tests.yml
vendored
4
.github/workflows/font_tests.yml
vendored
@ -48,10 +48,10 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Use Python 3.13
|
- name: Use Python 3.14
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.14'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install Fonttools
|
- name: Install Fonttools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user