summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-13 09:54:56 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-13 09:54:58 -0800
commit7a8273b1bb4c7eb5e2c48b0da5239defa285438c (patch)
treee80604b1692acdb92e59753b6906cde13d2fec95 /README.rst
parentf2c73612918c7ed357ffcf80e0c67d965d5ae9a3 (diff)
downloadnatsort-7a8273b1bb4c7eb5e2c48b0da5239defa285438c.tar.gz
Drop Python 3.4 from testing
The libraries used for testing do not run on Python 3.4 for the newest versions, and the versions that do run on Python 3.4 do not work on Pyhton 3.8.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a2a3388..c9c7d18 100644
--- a/README.rst
+++ b/README.rst
@@ -347,7 +347,9 @@ from the command line with ``python -m natsort``.
Requirements
------------
-``natsort`` requires Python version 2.7 or Python 3.4 or greater.
+``natsort`` requires Python version 2.7 or Python 3.5 or greater. Python 3.4 is
+unofficially supported, meaning that support has not been removed, but it is no
+longer tested.
Optional Dependencies
---------------------