commit: 9ff83a5fddf764f8b67b77da6a13a3b40b4a7b25
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 15:16:16 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May 3 15:16:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff83a5f
dev-util/gertty: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 +-
dev-util/gertty/gertty-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild
b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index d9c838068ec6..d8ec78d1a9be 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
diff --git a/dev-util/gertty/gertty-9999.ebuild
b/dev-util/gertty/gertty-9999.ebuild
index 1c4077d597a8..5f974bff7261 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1