summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Brandt <poncho@spahan.ch>2023-02-20 11:56:00 +0100
committerSam James <sam@gentoo.org>2023-02-22 07:42:20 +0000
commit0d4fb50c4fd07cff3921357a436ef997f944321c (patch)
tree4c5af528e7cba71fe29dacfb7094b65630e065a9 /net-libs/stem
parentnet-libs/stem: add 1.8.1 (diff)
downloadgentoo-0d4fb50c4fd07cff3921357a436ef997f944321c.tar.gz
gentoo-0d4fb50c4fd07cff3921357a436ef997f944321c.tar.bz2
gentoo-0d4fb50c4fd07cff3921357a436ef997f944321c.zip
net-libs/stem: enable py3.11
Signed-off-by: Daniel Brandt <poncho@spahan.ch> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/stem')
-rw-r--r--net-libs/stem/stem-1.8.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/stem/stem-1.8.1.ebuild b/net-libs/stem/stem-1.8.1.ebuild
index 76300117c7d7..b3e1e5761b0d 100644
--- a/net-libs/stem/stem-1.8.1.ebuild
+++ b/net-libs/stem/stem-1.8.1.ebuild
@@ -3,8 +3,7 @@
EAPI=8
-# Fails w/ 3.11: https://github.com/torproject/stem/issues/130 (breaks net-misc/nyx)
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1