commit: 468598311e2b73353475e7b4034e1902a01d3f21 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Mar 6 14:44:33 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Mar 6 14:50:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46859831
sys-process/bpytop: Enable py3.11 Closes: https://bugs.gentoo.org/897322 Closes: https://github.com/mgorny/python-bump-testing/issues/69 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-process/bpytop/bpytop-1.0.68-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild index 0b7da113d802..9f64dd61284f 100644 --- a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild +++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1
