We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b83be9 commit 00e7beeCopy full SHA for 00e7bee
setup.py
@@ -54,6 +54,7 @@ def read(fname):
54
'Framework :: Django :: 2.0',
55
'Framework :: Django :: 2.1',
56
'Framework :: Django :: 2.2',
57
+ 'Framework :: Django :: 3.0',
58
'Intended Audience :: Developers',
59
'License :: OSI Approved :: BSD License',
60
'Operating System :: OS Independent',
@@ -63,6 +64,7 @@ def read(fname):
63
64
'Programming Language :: Python :: 3.5',
65
'Programming Language :: Python :: 3.6',
66
'Programming Language :: Python :: 3.7',
67
+ 'Programming Language :: Python :: 3.8',
68
'Programming Language :: Python :: Implementation :: CPython',
69
'Programming Language :: Python :: Implementation :: PyPy',
70
'Topic :: Software Development :: Testing',
0 commit comments