From e0a9aa1708e5284c4f7dc0b70469e0254b4daaa1 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Fri, 8 Dec 2023 01:37:57 +0100 Subject: [PATCH] CI: test against Pylint 3.x Pylint 3.0 is the first version to officially support Python 12 --- appveyor.yml | 4 ---- tox.ini | 4 +++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3cf11f0e9..63da039f7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,10 +14,6 @@ environment: # PYTHON: "C:\\Python38-x64" # Windows is not ready for testing!!! # Python's fcntl, grp, pwd, os.geteuid(), and socket.AF_UNIX are all Unix-only. - #- TOXENV: py35 - # PYTHON: "C:\\Python35-x64" - #- TOXENV: py36 - # PYTHON: "C:\\Python36-x64" #- TOXENV: py37 # PYTHON: "C:\\Python37-x64" #- TOXENV: py38 diff --git a/tox.ini b/tox.ini index c1c2fd053..1274caef1 100644 --- a/tox.ini +++ b/tox.ini @@ -40,8 +40,10 @@ commands = tests/test_systemd.py \ tests/test_util.py \ tests/test_valid_requests.py +# OK to request linter version unsupported on oldest python matrix +# linting only has to work on one (currently supported) release deps = - pylint==2.17.4 + pylint>=3.1.0 [testenv:docs-lint] allowlist_externals =