mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-11-13 20:23:48 +03:00
setup: advertize Python 3.9 and 3.10 support
Add classifiers that indicate we intend to support python versions 3.9 and 3.10. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
2
setup.py
2
setup.py
@@ -358,5 +358,7 @@ of recent versions of Linux (and other OSes).''',
|
||||
"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