commit: c40d119dd4b597ebd8faee146dbfd3cb4f3e89f2
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 10:03:45 2023 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 10:04:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40d119d
sys-apps/dstat: enable py3.11
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index 323a3d46c5d9..ff7e7673547d 100644
--- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit python-r1