commit: a61ab1690c2d8f28313b3312807abe8d9df79b3f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:48:18 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:48:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a61ab169
dev-python/python-heatclient: enable py3.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-heatclient/python-heatclient-2.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
b/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
index e503be849..e6c736ef0 100644
--- a/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
+++ b/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1