From c4775fe7f66e20c27b7bf15954d43e104f4a35de Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 May 2022 22:52:48 +0200 Subject: [PATCH] dev-python/python-mistralclient: enable py3.10 Closes: https://bugs.gentoo.org/848303 Signed-off-by: Alessandro Barbieri --- .../python-mistralclient/python-mistralclient-4.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild b/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild index 908d542108..5c4af0013d 100644 --- a/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild +++ b/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 EPYTEST_IGNORE=( mistralclient/tests/functional ) -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1