From 15b5d628498743cafb74e4eb3a816d4e3e7c4b62 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Tue, 2 Nov 2021 20:01:54 -0700 Subject: Drop < 3.6 in documentation --- README.rst | 3 +-- setup.cfg | 2 -- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.1