summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-11-02 20:01:54 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-11-02 20:01:54 -0700
commit15b5d628498743cafb74e4eb3a816d4e3e7c4b62 (patch)
tree44458977768a88450f4abb38a85b748c82cf8aaa /README.rst
parenta78f797d0cf8ecc3d76e4558aaa2f5385d247146 (diff)
downloadnatsort-15b5d628498743cafb74e4eb3a816d4e3e7c4b62.tar.gz
Drop < 3.6 in documentation
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 399096e..9b9b349 100644
--- a/README.rst
+++ b/README.rst
@@ -369,8 +369,7 @@ from the command line with ``python -m natsort``.
Requirements
------------
-``natsort`` requires Python 3.5 or greater. Python 3.4 is unofficially supported,
-meaning that support has not been removed, but it is no longer tested.
+``natsort`` requires Python 3.6 or greater.
Optional Dependencies
---------------------