summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2022-05-16 17:37:20 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2022-06-08 16:43:52 +0100
commitb34fbaf405c61935efbd0d3e9b3a134f26097ea7 (patch)
tree8fefd478fc261e734843e0f005e48d40184ae0d3
parent693a93f85b267f7156a906a88ba95f6128802fea (diff)
downloadlibvirt-python-b34fbaf405c61935efbd0d3e9b3a134f26097ea7.tar.gz
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>
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 33f6187..af7db84 100755
--- a/setup.py
+++ b/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",
]
)