Use Python 3.12 in the GitHub Actions workflow for the Fluent linter

The current stable version of Python is Python 3.12, see
https://www.python.org/downloads, so we should switch to that since
Python 3.10 is older and only receives security updates.
This commit is contained in:
Tim van der Meij 2023-10-28 20:02:08 +02:00
parent 4be44a370e
commit 9d6cdf216d
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -27,10 +27,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Python 3.10
- name: Use Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
cache: 'pip'
- name: Install Fluent dependencies