We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c92b7a + aae8fa5 commit 1597894Copy full SHA for 1597894
setup.py
@@ -117,12 +117,13 @@ def is_requirement(line):
117
classifiers=[
118
'Development Status :: 3 - Alpha',
119
'Framework :: Django',
120
- 'Framework :: Django :: 3.2',
121
'Framework :: Django :: 4.2',
122
'Intended Audience :: Developers',
123
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
124
'Natural Language :: English',
125
'Programming Language :: Python :: 3',
126
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.11',
127
+ 'Programming Language :: Python :: 3.12',
128
],
129
)
0 commit comments