From fb4021669dd240d29ef7a4d92a07ac9b0665b6d3 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 May 2022 22:52:13 +0200 Subject: [PATCH] dev-python/python-zaqarclient: enable py3.10 Closes: https://bugs.gentoo.org/848327 Signed-off-by: Alessandro Barbieri --- dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild index 2e12193e50..32c0db1ba0 100644 --- a/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild +++ b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1