We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a09c78 + 791dc1a commit c08fcc5Copy full SHA for c08fcc5
README.md
@@ -25,7 +25,7 @@ isort is a Python utility / library to sort imports alphabetically and
25
automatically separate into sections and by type. It provides a command line
26
utility, Python library and [plugins for various
27
editors](https://github.com/pycqa/isort/wiki/isort-Plugins) to
28
-quickly sort all your imports. It requires Python 3.9+ to run but
+quickly sort all your imports. It requires Python 3.10+ to run but
29
supports formatting Python 2 code too.
30
31
- [Try isort now from your browser!](https://pycqa.github.io/isort/docs/quick_start/0.-try.html)
0 commit comments