Skip to content

Commit

Permalink
Drop pylint 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Oct 6, 2023
1 parent cd239f7 commit 5c4ddf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
packages=["pytest_pylint"],
entry_points={"pytest11": ["pylint = pytest_pylint.plugin"]},
python_requires=">=3.7",
install_requires=["pytest>=7.0", "pylint>=2.13.0", "toml>=0.7.1"],
install_requires=["pytest>=7.0", "pylint>=2.14.5", "toml>=0.7.1"],
setup_requires=["pytest-runner"],
tests_require=["coverage", "flake8", "black", "isort"],
classifiers=[
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py3{8, 9, 10}-pylint{213, 30}-pytest{7}
py3{8, 9, 10, 11}-pylint{213, latest, main}-pytest{7, latest, main}
py3{8, 9, 10}-pylint{214, 30}-pytest{7}
py3{8, 9, 10, 11}-pylint{214, latest, main}-pytest{7, latest, main}
py3{12}-pylint{latest, main}-pytest{7, latest, main}
coverage
qa
Expand All @@ -10,7 +10,6 @@ skip_missing_interpreters = true
[testenv]
usedevelop = true
deps =
pylint213: pylint~=2.13.9
pylint214: pylint~=2.14.5
pylint30: pylint~=3.0
pylintlatest: pylint
Expand Down

0 comments on commit 5c4ddf5

Please sign in to comment.