From d0d1ddaa1dc3153ae769d212a59de62e778b0e35 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 May 2022 22:49:41 +0200 Subject: [PATCH] dev-python/python-blazarclient: enable py3.10 Closes: https://bugs.gentoo.org/848297 Signed-off-by: Alessandro Barbieri --- dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild b/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild index 38a87616cb..ee5418f686 100644 --- a/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild +++ b/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1