summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-05-06 07:47:35 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-05-06 07:47:35 -0700
commit5503f0487268127fde31272b8c29329ea2bca15f (patch)
treeaf99c145eaf8bab60b2acd3a1927035866348e09 /README.rst
parent346464fe9539d0d8d928c0b4212ea73a4f92945e (diff)
downloadisort-feature/drop-python34.tar.gz
Drop Python 3.4 support, as it has reached EOLfeature/drop-python34
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9c5a5794..1f644c11 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,7 @@ isort your python imports for you so you don't have to.
isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections.
It provides a command line utility, Python library and `plugins for various editors <https://github.com/timothycrosley/isort/wiki/isort-Plugins>`_ to quickly sort all your imports.
-It requires Python 3.4+ to run but supports formatting Python 2 code too.
+It requires Python 3.5+ to run but supports formatting Python 2 code too.
.. image:: https://raw.github.com/timothycrosley/isort/develop/example.gif
:alt: Example Usage