summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-30 14:20:28 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-30 14:20:28 +0100
commit72c1a81b364652393e8c16f1d6fb701b8cc03090 (patch)
tree50e5e534862eb4bc9a2d3b20813f2b57778e50a2 /README.md
parent47cedf3583f338e8ce9c906fc95c9fee6c57404d (diff)
downloadisort-72c1a81b364652393e8c16f1d6fb701b8cc03090.tar.gz
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 741ffd07..e91cc48d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ isort is a Python utility / library to sort imports alphabetically, and
automatically separated into sections and by type. It provides a command line
utility, Python library and [plugins for various
editors](https://github.com/pycqa/isort/wiki/isort-Plugins) to
-quickly sort all your imports. It requires Python 3.7+ to run but
+quickly sort all your imports. It requires Python 3.8+ to run but
supports formatting Python 2 code too.
- [Try isort now from your browser!](https://pycqa.github.io/isort/docs/quick_start/0.-try.html)