commit: cb3aaf3e93e90d175b44d7056aa9e85b4ac9559d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 16:17:15 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 16:19:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3aaf3e
app-portage/gverify: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gverify/gverify-2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gverify/gverify-2.ebuild
b/app-portage/gverify/gverify-2.ebuild
index 5ae4eab359ac..db36790e3f20 100644
--- a/app-portage/gverify/gverify-2.ebuild
+++ b/app-portage/gverify/gverify-2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1