commit: 09f806df055e6f2b240f647ec34f89215884dfe3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 16:18:53 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 16:19:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f806df
app-crypt/glep63-check: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/glep63-check/glep63-check-11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild
b/app-crypt/glep63-check/glep63-check-11.ebuild
index c1d3c5a0eee9..b406a6836679 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-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1