From b3551ff66f24812b07a3e5c5619c71b1b19611cc Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Sat, 1 Jun 2019 14:23:04 -0700 Subject: [PATCH] Changed library classifiers to reflect support in Python 3.6+ --- setup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.py b/setup.py index c75df0ba..6b1a6ba3 100644 --- a/setup.py +++ b/setup.py @@ -73,13 +73,8 @@ setup( "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: Implementation :: PyPy", ], keywords="api graphql protocol rest relay graphene", packages=find_packages(exclude=["tests", "tests.*", "examples"]),