summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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