From 1d1be654c32f2c3086af66d5fb15b489748d2e77 Mon Sep 17 00:00:00 2001 From: Marko Ristin-Kaufmann Date: Tue, 28 Oct 2025 15:20:42 +0100 Subject: [PATCH] Update pylint to 3.2.7 We update pylint to the latest version supported by Python 3.8 to avoid bigger jumps in the future versions. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa05c42..16c7d0d 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ ], extras_require={ "dev": [ - 'pylint==2.17.5;python_version>="3.7"', + 'pylint==3.2.7;python_version>="3.8"', "tox>=3.0.0", "pydocstyle>=6.3.0,<7", "coverage>=6.5.0,<7",