From b34fbaf405c61935efbd0d3e9b3a134f26097ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 16 May 2022 17:37:20 +0100 Subject: setup: advertize Python 3.9 and 3.10 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add classifiers that indicate we intend to support python versions 3.9 and 3.10. Signed-off-by: Daniel P. Berrangé --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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", ] ) -- cgit v1.2.1