commit: 2aa9cece056c77f2256c7268392af16d1033092d Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun May 29 20:54:40 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun May 29 21:04:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2aa9cece
dev-python/python-zunclient: enable py3.10 Closes: https://bugs.gentoo.org/848336 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/python-zunclient/python-zunclient-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild index a761a1c40..6ff7dba8d 100644 --- a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild +++ b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1
