Skip to content

Commit

Permalink
CI: test against Pylint 3.x
Browse files Browse the repository at this point in the history
Pylint 3.0 is the first version to officially support Python 12
  • Loading branch information
pajod committed Apr 22, 2024
1 parent 1620828 commit bcd716c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit bcd716c

Please sign in to comment.