Skip to content

Commit

Permalink
docs: Update classifiers to match current state.
Browse files Browse the repository at this point in the history
We dropped support for Django 3.2 and added support for Python 3.11 and
12 in recent PRs but we didn't update the classifiers so doing that
here.

Python Upgarde PR: #333
  • Loading branch information
feanil committed Apr 2, 2024
1 parent 8c92b7a commit aae8fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,13 @@ def is_requirement(line):
classifiers=[
'Development Status :: 3 - Alpha',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)

0 comments on commit aae8fa5

Please sign in to comment.