Skip to content

Commit 1597894

Browse files
author
Feanil Patel
authored
Merge pull request #347 from openedx/feanil/fix_classifiers
docs: Update classifiers to match current state.
2 parents 8c92b7a + aae8fa5 commit 1597894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,13 @@ def is_requirement(line):
117117
classifiers=[
118118
'Development Status :: 3 - Alpha',
119119
'Framework :: Django',
120-
'Framework :: Django :: 3.2',
121120
'Framework :: Django :: 4.2',
122121
'Intended Audience :: Developers',
123122
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
124123
'Natural Language :: English',
125124
'Programming Language :: Python :: 3',
126125
'Programming Language :: Python :: 3.8',
126+
'Programming Language :: Python :: 3.11',
127+
'Programming Language :: Python :: 3.12',
127128
],
128129
)

0 commit comments

Comments
 (0)