app-misc/grc: enable py3.12

Closes: https://bugs.gentoo.org/929332
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-02 04:02:45 +01:00
parent 5b3a0ba231
commit 52a1bb82e5

View File

@@ -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=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-r1
DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands"