repo.or.cz
/
libvirt-python.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
693a93f
)
setup: advertize Python 3.9 and 3.10 support
author
Daniel P. Berrangé
<
[email protected]
>
Mon, 16 May 2022 16:37:20 +0000
(16 17:37 +0100)
committer
Daniel 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
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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",
]
)