diff --git a/dev-util/meson-format-array/meson-format-array-0.ebuild b/dev-util/meson-format-array/meson-format-array-0.ebuild index 2428eb34780cf..1800171ff92f6 100644 --- a/dev-util/meson-format-array/meson-format-array-0.ebuild +++ b/dev-util/meson-format-array/meson-format-array-0.ebuild @@ -1,8 +1,8 @@ # Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) inherit python-r1