diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-06-03 08:00:17 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-06-08 09:27:40 +0200 |
commit | 8b994f806ca1ae668a83f6fbb47e21c3b3c158b5 (patch) | |
tree | 194505d3bbec904ac7d26d868dcf95fd9ffb72c1 /sys-process/htop | |
parent | dev-python/sphinx-pytest: Keyword 0.0.3 arm, #850565 (diff) | |
download | gentoo-8b994f806ca1ae668a83f6fbb47e21c3b3c158b5.tar.gz gentoo-8b994f806ca1ae668a83f6fbb47e21c3b3c158b5.tar.bz2 gentoo-8b994f806ca1ae668a83f6fbb47e21c3b3c158b5.zip |
Revert "sys-process/htop: add Python 3.11"
This reverts commit 5db477a0e2140ab9637dbee1e3ffbabbb5e8f451.
* another unauthorized drive-by commit
* Support for python 3.11 will be added once a final python-3.11
release is available
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/htop-3.2.0.ebuild | 2 | ||||
-rw-r--r-- | 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 7010ef03499c..97ec0972056e 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..11} ) +PYTHON_COMPAT=( python3_{8..10} ) 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 a79d5d03033d..f8aa53177141 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..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools fcaps linux-info python-any-r1 xdg-utils |