dev-util/mock: enable py3.12

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-01-07 13:37:27 +09:00
parent b14e2999e5
commit ca21aeb8e0

View File

@@ -1,9 +1,9 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_11 )
PYTHON_COMPAT=( python3_{11..12} )
inherit bash-completion-r1 optfeature python-single-r1