summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-05 23:59:44 +0000
committerSam James <sam@gentoo.org>2022-03-05 23:59:52 +0000
commit4d4a25b35f5ea10a093b2318c099542a12635803 (patch)
treeb72d9d09427a46c90ea59a127b7e4de214f7085f /net-libs/stem
parentnet-misc/nyx: fix net-libs/stem version limit (diff)
downloadgentoo-4d4a25b35f5ea10a093b2318c099542a12635803.tar.gz
gentoo-4d4a25b35f5ea10a093b2318c099542a12635803.tar.bz2
gentoo-4d4a25b35f5ea10a093b2318c099542a12635803.zip
net-libs/stem: enable py3.10 for 1.8.0-r1
Needed because of nyx. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/stem')
-rw-r--r--net-libs/stem/stem-1.8.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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