From 5680505f11368d6d025bd3683f36c250f287e721 Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Sat, 23 Jun 2018 20:04:59 -0700 Subject: [PATCH] Updated setup to drop py2.7, 3.5 support. 3.6 only now --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index ba8b28a..e8b06bb 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,6 @@ setup(name="atrcopy", long_description=long_description, license="GPL", classifiers=[ - "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)",