Skip to content

Commit edfa47a

Browse files
authored
ADD: python 3.12 and django 5.0 (#52)
1 parent a3c7997 commit edfa47a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
'Programming Language :: Python :: 3.9',
2828
'Programming Language :: Python :: 3.10',
2929
'Programming Language :: Python :: 3.11',
30+
'Programming Language :: Python :: 3.12',
3031
'Framework :: Django',
3132
'Framework :: Django :: 3.2',
3233
'Framework :: Django :: 4.1',
3334
'Framework :: Django :: 4.2',
35+
'Framework :: Django :: 5.0',
3436
],
3537
python_requires='>=3.8',
3638
install_requires=[

0 commit comments

Comments
 (0)