summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Brandt <poncho@spahan.ch>2023-02-20 11:58:08 +0100
committerSam James <sam@gentoo.org>2023-02-22 07:42:22 +0000
commit56070e68946bc65c7106fcfb90a5e03826009c0c (patch)
treebd476fa77ff641e7be579945062565ca2916f013 /net-misc/nyx
parentnet-misc/nyx: allow net-libs/stem-1.8.1 (diff)
downloadgentoo-56070e68946bc65c7106fcfb90a5e03826009c0c.tar.gz
gentoo-56070e68946bc65c7106fcfb90a5e03826009c0c.tar.bz2
gentoo-56070e68946bc65c7106fcfb90a5e03826009c0c.zip
net-misc/nyx: enable py3.11
Signed-off-by: Daniel Brandt <poncho@spahan.ch> Closes: https://github.com/gentoo/gentoo/pull/29680 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/nyx')
-rw-r--r--net-misc/nyx/nyx-2.1.0-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/nyx/nyx-2.1.0-r5.ebuild b/net-misc/nyx/nyx-2.1.0-r5.ebuild
index 7a7ed9a92d4f..ac7872cd6046 100644
--- a/net-misc/nyx/nyx-2.1.0-r5.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_REQ_USE='ncurses,sqlite(-)'
DISTUTILS_USE_PEP517=setuptools