diff --git a/README.md b/README.md index cbb4e49..33b380e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This extension ships with `isort=5.13.2`. > **Note**: The minimum version of isort this extension supports is `5.10.1`. If you have any issues sorting imports with isort, please report it to [this issue tracker](https://github.com/PyCQA/isort/issues) as this extension is just a wrapper around isort. -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 isort, see https://pycqa.github.io/isort/