Skip to content

Commit

Permalink
ADD: python 3.12 and django 5.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Segelzwerg authored Feb 5, 2024
1 parent a3c7997 commit edfa47a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
],
python_requires='>=3.8',
install_requires=[
Expand Down

0 comments on commit edfa47a

Please sign in to comment.