From 581eb83ac6624b44bc44c00701bcc0296a0ec764 Mon Sep 17 00:00:00 2001 From: Luciana Abud <45497113+luabud@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:15:47 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0062eb5..c676aa9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Visual Studio Code extension with support for the Pylint linter. This extension ships with `pylint=3.0.3`. -> **Note**: The minimum version of Pylint this extension supports is `2.12.2`. If you have any issues with linting with Pylint, please report it to [this issue tracker](https://github.com/pylint-dev/pylint/issues) as this extension is just a wrapper around Pylint. +> **Note**: The minimum version of Pylint this extension supports is `2.12.2`. If you are having issues with Pylint, please report it to [this issue tracker](https://github.com/pylint-dev/pylint/issues) as this extension is just a wrapper around Pylint. This extension supports all [actively supported versions](https://devguide.python.org/#status-of-python-branches) of the `Python` language (i.e., Python >= 3.8).