mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-21 15:34:45 +00:00
chore(pyproject.toml): add classifiers for Python versions
This commit is contained in:
parent
1e4d5742ad
commit
62d5bcc0a2
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue