From 208f31883a42bc1407f2f911f627b44fd23bf8b1 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 24 Oct 2020 09:29:56 +0800 Subject: [PATCH] Remove support for deprecated Python versions. --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index a7da0c1..4b805f3 100644 --- a/setup.py +++ b/setup.py @@ -21,11 +21,7 @@ setup( 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', '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',