commit: 5db477a0e2140ab9637dbee1e3ffbabbb5e8f451
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 02:35:05 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 02:35:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db477a0
sys-process/htop: add Python 3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/htop/htop-3.2.0.ebuild | 2 +-
sys-process/htop/htop-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/htop/htop-3.2.0.ebuild
b/sys-process/htop/htop-3.2.0.ebuild
index 97ec0972056e..7010ef03499c 100644
--- a/sys-process/htop/htop-3.2.0.ebuild
+++ b/sys-process/htop/htop-3.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit autotools linux-info python-any-r1 xdg-utils
diff --git a/sys-process/htop/htop-9999.ebuild
b/sys-process/htop/htop-9999.ebuild
index f8aa53177141..a79d5d03033d 100644
--- a/sys-process/htop/htop-9999.ebuild
+++ b/sys-process/htop/htop-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit autotools fcaps linux-info python-any-r1 xdg-utils