From 56f1db80cf7a731d31cd5318f9cbb040f4e4fffd Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Wed, 10 Jun 2020 17:41:11 +0100 Subject: [PATCH] Update setup.py classifiers (#987) Fixes https://github.com/graphql-python/graphene-django/issues/985 --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 560549a9d..affaec0dd 100644 --- a/setup.py +++ b/setup.py @@ -48,10 +48,14 @@ "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", "Programming Language :: Python :: Implementation :: PyPy", + "Framework :: Django", + "Framework :: Django :: 1.11", + "Framework :: Django :: 2.2", + "Framework :: Django :: 3.0", ], keywords="api graphql protocol rest relay graphene", packages=find_packages(exclude=["tests"]),