Skip to content

Commit

Permalink
Update setup.py to upport for Python 3.12 and Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckarli authored Dec 25, 2023
1 parent 51cb64e commit 442f711
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 @@ -28,12 +28,14 @@
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Internet :: WWW/HTTP',
],
license='BSD',
Expand Down

0 comments on commit 442f711

Please sign in to comment.