sys-apps/systemd-utils: enable py3.12

Closes: https://bugs.gentoo.org/915630
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2023-10-12 16:30:54 -04:00
parent 3a9db62a81
commit 366c4051d2

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
QA_PKGCONFIG_VERSION=$(ver_cut 1)