Add support for Django 5.2 in classifiers

This commit updates the setup.py file to include Django 5.2 in the list of supported framework versions.
This commit is contained in:
Matt Seymour 2025-05-09 10:29:16 +01:00
parent cdb5d645ec
commit 9598fb0d85
No known key found for this signature in database

View file

@ -32,6 +32,7 @@ setup(
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",