Merge pull request #19035 from timvandermeij/python3.13
Use Python 3.13 in the GitHub workflows
This commit is contained in:
commit
172e1bf2c2
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@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Use Python 3.12
|
- name: Use Python 3.13
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.13'
|
||||||
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.12
|
- name: Use Python 3.13
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install Fonttools
|
- name: Install Fonttools
|
||||||
|
|||||||
@ -32,5 +32,5 @@ it before running the font tests:
|
|||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install fonttools
|
pip install fonttools
|
||||||
gulp fonttest
|
npx gulp fonttest
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user