Skip to content

Commit ac29a01

Browse files
committed
Update setup.py for new Django and Python versions
1 parent f55d729 commit ac29a01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,13 @@
4949
"Programming Language :: Python :: 3.6",
5050
"Programming Language :: Python :: 3.7",
5151
"Programming Language :: Python :: 3.8",
52+
"Programming Language :: Python :: 3.9",
5253
"Programming Language :: Python :: Implementation :: PyPy",
5354
"Framework :: Django",
5455
"Framework :: Django :: 2.2",
5556
"Framework :: Django :: 3.0",
57+
"Framework :: Django :: 3.1",
58+
"Framework :: Django :: 3.2",
5659
],
5760
keywords="api graphql protocol rest relay graphene",
5861
packages=find_packages(exclude=["tests", "examples", "examples.*"]),

0 commit comments

Comments
 (0)