diff options
author | Daniel Brandt <poncho@spahan.ch> | 2023-02-20 11:58:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 07:42:22 +0000 |
commit | 56070e68946bc65c7106fcfb90a5e03826009c0c (patch) | |
tree | bd476fa77ff641e7be579945062565ca2916f013 /net-misc/nyx | |
parent | net-misc/nyx: allow net-libs/stem-1.8.1 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |