setup.py: update PyPI Trove Classifiers to mention the array of supported pythons

This commit is contained in:
Cosimo Lupo 2022-11-03 11:41:01 +00:00
parent 7834cf31cc
commit 8346308414
No known key found for this signature in database
GPG Key ID: DF65A8A5A119C9A8

View File

@ -153,8 +153,11 @@ classifiers = {"classifiers": [
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"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 :: Text Processing :: Fonts",
"Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Graphics :: Graphics Conversion",