Skip to content

Commit c08fcc5

Browse files
authored
Merge pull request #2434 from DanielNoord/3.9-readme
Remove reference to 3.9 in README
2 parents 0a09c78 + 791dc1a commit c08fcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ isort is a Python utility / library to sort imports alphabetically and
2525
automatically separate into sections and by type. It provides a command line
2626
utility, Python library and [plugins for various
2727
editors](https://github.com/pycqa/isort/wiki/isort-Plugins) to
28-
quickly sort all your imports. It requires Python 3.9+ to run but
28+
quickly sort all your imports. It requires Python 3.10+ to run but
2929
supports formatting Python 2 code too.
3030

3131
- [Try isort now from your browser!](https://pycqa.github.io/isort/docs/quick_start/0.-try.html)

0 commit comments

Comments
 (0)