commit: 3ab80f5b198757fd4fa60526e18b632d774f7c4c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:34:56 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:34:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab80f5b
app-crypt/glep63-check: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/glep63-check/glep63-check-10.ebuild | 4 ++--
app-crypt/glep63-check/glep63-check-11.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild
b/app-crypt/glep63-check/glep63-check-10.ebuild
index ad32f1258df6..53fd72cb1253 100644
--- a/app-crypt/glep63-check/glep63-check-10.ebuild
+++ b/app-crypt/glep63-check/glep63-check-10.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_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild
b/app-crypt/glep63-check/glep63-check-11.ebuild
index cc39349f46f0..5fa4d583a1ba 100644
--- a/app-crypt/glep63-check/glep63-check-11.ebuild
+++ b/app-crypt/glep63-check/glep63-check-11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1