diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2023-05-03 09:04:31 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2023-05-03 09:04:50 +0200 |
commit | 73595240115d1b46d227aab6d2a7fd00acd5df6d (patch) | |
tree | f4242414a8f610ffc27ee74ed501e9c58c06892c /net-proxy/hatop | |
parent | sys-apps/accountsservice: Stabilize 23.13.9 ppc, #905563 (diff) | |
download | gentoo-73595240115d1b46d227aab6d2a7fd00acd5df6d.tar.gz gentoo-73595240115d1b46d227aab6d2a7fd00acd5df6d.tar.bz2 gentoo-73595240115d1b46d227aab6d2a7fd00acd5df6d.zip |
net-proxy/hatop: Python 3.11 support
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-proxy/hatop')
-rw-r--r-- | net-proxy/hatop/hatop-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild b/net-proxy/hatop/hatop-0.8.2.ebuild index 9dc0452c3aa8..e79b4979df73 100644 --- a/net-proxy/hatop/hatop-0.8.2.ebuild +++ b/net-proxy/hatop/hatop-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses" inherit python-r1 |