Skip to content

Commit 56f1db8

Browse files
authored
Update setup.py classifiers (#987)
Fixes #985
1 parent c002034 commit 56f1db8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@
4848
"Programming Language :: Python :: 2",
4949
"Programming Language :: Python :: 2.7",
5050
"Programming Language :: Python :: 3",
51-
"Programming Language :: Python :: 3.4",
52-
"Programming Language :: Python :: 3.5",
5351
"Programming Language :: Python :: 3.6",
52+
"Programming Language :: Python :: 3.7",
53+
"Programming Language :: Python :: 3.8",
5454
"Programming Language :: Python :: Implementation :: PyPy",
55+
"Framework :: Django",
56+
"Framework :: Django :: 1.11",
57+
"Framework :: Django :: 2.2",
58+
"Framework :: Django :: 3.0",
5559
],
5660
keywords="api graphql protocol rest relay graphene",
5761
packages=find_packages(exclude=["tests"]),

0 commit comments

Comments
 (0)