summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-06 15:44:33 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-06 15:50:06 +0100
commit468598311e2b73353475e7b4034e1902a01d3f21 (patch)
treea498d23b20805099df9afef5740b9a032508863d /sys-process
parentdev-db/redis: Stabilize 7.0.9 ppc64, #899692 (diff)
downloadgentoo-468598311e2b73353475e7b4034e1902a01d3f21.tar.gz
gentoo-468598311e2b73353475e7b4034e1902a01d3f21.tar.bz2
gentoo-468598311e2b73353475e7b4034e1902a01d3f21.zip
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@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/bpytop/bpytop-1.0.68-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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