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