commit: 4d4a25b35f5ea10a093b2318c099542a12635803
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 23:59:44 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 23:59:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4a25b3
net-libs/stem: enable py3.10 for 1.8.0-r1
Needed because of nyx.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/stem/stem-1.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/stem/stem-1.8.0-r1.ebuild
b/net-libs/stem/stem-1.8.0-r1.ebuild
index 5faf782e56e7..1437132e3ad2 100644
--- a/net-libs/stem/stem-1.8.0-r1.ebuild
+++ b/net-libs/stem/stem-1.8.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1