Skip to content

Commit

Permalink
fix: keep Pylint at max version 3.2.7
Browse files Browse the repository at this point in the history
This way we continue to support Python 3.8 for just a bit longer. Pylint
3.3.0 already dropped support for Python 3.8.
  • Loading branch information
akaihola committed Sep 25, 2024
1 parent 9d8df87 commit c7e56e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Added
- CI workflow to post recent project activity in a discussion. Triggered manually.
- The ``--preview`` configuration flag is now supported in the configuration files for
Darker and Black
- Prevent Pylint from updating beyond version 3.2.7 due to dropped Python 3.8 support.

Removed
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test =
pathspec # to test `gen_python_files` in `test_black_diff.py`
pydocstyle
pygments
pylint
pylint<=3.2.7 # pylint 3.3.0 dropped Python 3.8 support
pytest>=6.2.0
pytest-kwparametrize>=0.0.3
regex>=2021.4.4
Expand Down

0 comments on commit c7e56e1

Please sign in to comment.