Use Python 3.11 for pylint

This commit is contained in:
Adrián Chaves 2023-12-28 13:50:39 +01:00
parent c9c1a82e52
commit b828365293
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.12"
# pylint < 3 is needed due to a bug in later versions affecting us,
# but Python 3.12 was introduced in later versions.
- python-version: "3.11"
env:
TOXENV: pylint
- python-version: 3.8