diff --git a/README.md b/README.md index 00a08a9..a8d26b7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Visual Studio Code extension with support for the Mypy type checker. This exte > **Note**: The minimum version of Mypy this extension supports is `1.0.0`. If you have any issues with Mypy, please report it to [this issue tracker](https://github.com/python/mypy/issues) as this extension is just a wrapper around Mypy. -This extension supports all [actively supported versions](https://devguide.python.org/#status-of-python-branches) of the Python language (i.e., Python >= 3.8). +This extension supports all [actively supported versions](https://devguide.python.org/#status-of-python-branches) of the Python language. For more information on Mypy, see