From 4f52252d5c11260f97e301a0da1115efe14bf82b Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 May 2022 22:50:14 +0200 Subject: [PATCH] dev-python/python-octaviaclient: enable py3.10 Closes: https://bugs.gentoo.org/848306 Signed-off-by: Alessandro Barbieri --- .../python-octaviaclient/python-octaviaclient-2.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild index e863ade9a2..e124978dc8 100644 --- a/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild +++ b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1