summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-03 17:17:15 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-03 17:19:49 +0100
commitcb3aaf3e93e90d175b44d7056aa9e85b4ac9559d (patch)
treeee83dcb728884b4755c9c4f8886547c5b5a9afff /app-portage
parentapp-portage/diffmask: Enable py3.12 (diff)
downloadgentoo-cb3aaf3e93e90d175b44d7056aa9e85b4ac9559d.tar.gz
gentoo-cb3aaf3e93e90d175b44d7056aa9e85b4ac9559d.tar.bz2
gentoo-cb3aaf3e93e90d175b44d7056aa9e85b4ac9559d.zip
app-portage/gverify: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gverify/gverify-2.ebuild4
1 files 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