From ca21aeb8e0155c7a4d9a64f164e67f0b1a2a911c Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sun, 7 Jan 2024 13:37:27 +0900 Subject: [PATCH] dev-util/mock: enable py3.12 Signed-off-by: Takuya Wakazono --- dev-util/mock/mock-5.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/mock/mock-5.4.ebuild b/dev-util/mock/mock-5.4.ebuild index 0aa46fb218..3041eb78aa 100644 --- a/dev-util/mock/mock-5.4.ebuild +++ b/dev-util/mock/mock-5.4.ebuild @@ -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