commit:     84af43e69f5da7dc17e183e8415cc83aaa5bad3f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:12:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:12:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84af43e6

dev-util/gef: enable py3.11

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/gef/gef-2022.06-r1.ebuild | 2 +-
 dev-util/gef/gef-9999.ebuild       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/gef/gef-2022.06-r1.ebuild 
b/dev-util/gef/gef-2022.06-r1.ebuild
index 86ae37844ae4..aae7cfa37c1d 100644
--- a/dev-util/gef/gef-2022.06-r1.ebuild
+++ b/dev-util/gef/gef-2022.06-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="

diff --git a/dev-util/gef/gef-9999.ebuild b/dev-util/gef/gef-9999.ebuild
index 9e741b58d560..cd097e27cf2d 100644
--- a/dev-util/gef/gef-9999.ebuild
+++ b/dev-util/gef/gef-9999.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=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="

Reply via email to