From 3ff19e4ca34fde316881d916f9df22d3104d6464 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 24 Apr 2023 22:36:24 +0200 Subject: Drop support for Python 3.7 (#8609) * Drop support for Python 3.7 * Update py-version + classifier * Update functional tests --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index d4e3c83ee..740f7f308 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ What is Pylint? --------------- Pylint is a `static code analyser`_ for Python 2 or 3. The latest version supports Python -3.7.2 and above. +3.8.0 and above. .. _`static code analyser`: https://en.wikipedia.org/wiki/Static_code_analysis -- cgit v1.2.1