Merge pull request #20363 from timvandermeij/python-3.14

Use Python 3.14 in the GitHub workflows
This commit is contained in:
calixteman 2025-10-16 08:16:06 +02:00 committed by GitHub
commit 79a7396583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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