chore(pyproject.toml): add classifiers for Python versions

This commit is contained in:
Mike 2023-10-30 09:14:20 -07:00
parent 1e4d5742ad
commit 62d5bcc0a2

View file

@ -46,6 +46,11 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Database",
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Django",