Skip to content

Commit

Permalink
Merge pull request #347 from openedx/feanil/fix_classifiers
Browse files Browse the repository at this point in the history
docs: Update classifiers to match current state.
  • Loading branch information
Feanil Patel authored Apr 2, 2024
2 parents 8c92b7a + aae8fa5 commit 1597894
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 1597894

Please sign in to comment.