summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbarrelful <unvaguely_lay@aleeas.com>2022-12-11 15:37:23 +0100
committerbarrelful <unvaguely_lay@aleeas.com>2022-12-11 15:37:23 +0100
commit864ef260875ddc83fcc7492fec7040704c00645c (patch)
tree2b30f82c2ce0bb2b3dfba64262e5354ad4d34cd1 /README.md
parentb4d285c400bfb15e8861d0134c35ff00f8fe3594 (diff)
downloadisort-864ef260875ddc83fcc7492fec7040704c00645c.tar.gz
Remove Python 3.6
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 f69119d5..741ffd07 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.6+ to run but
+quickly sort all your imports. It requires Python 3.7+ 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)