summaryrefslogtreecommitdiff
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
parenta78f797d0cf8ecc3d76e4558aaa2f5385d247146 (diff)
downloadnatsort-15b5d628498743cafb74e4eb3a816d4e3e7c4b62.tar.gz
Drop < 3.6 in documentation
-rw-r--r--README.rst3
-rw-r--r--setup.cfg2
2 files changed, 1 insertions, 4 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
---------------------
diff --git a/setup.cfg b/setup.cfg
index cf651bf..c8da57a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,8 +25,6 @@ classifiers =
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8