mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-01 00:21:59 +03:00
setup: Reduce the Python classifiers to "Python :: 3" only
We're not good at tracking all the released Python 3 versions (+ we don't support Python 2 anymore). Additionally, future patches will take care of reporting the minimum required version of Python anyway through the 'python_requires' field which shows up correctly in PyPI. Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
7
setup.py
7
setup.py
@ -362,13 +362,6 @@ of recent versions of Linux (and other OSes).''',
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user