setup: advertize Python 3.9 and 3.10 support
authorDaniel P. Berrangé <[email protected]>
Mon, 16 May 2022 16:37:20 +0000 (16 17:37 +0100)
committerDaniel P. Berrangé <[email protected]>
Wed, 8 Jun 2022 15:43:52 +0000 (8 16:43 +0100)
Add classifiers that indicate we intend to support python versions
3.9 and 3.10.

Signed-off-by: Daniel P. Berrangé <[email protected]>
setup.py

index 33f6187..af7db84 100755 (executable)
--- 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",
       ]
 )