commit: 0d4fb50c4fd07cff3921357a436ef997f944321c Author: Daniel Brandt <poncho <AT> spahan <DOT> ch> AuthorDate: Mon Feb 20 10:56:00 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 22 07:42:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4fb50c
net-libs/stem: enable py3.11 Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch> Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/stem/stem-1.8.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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
