dev-util/meson-format-array: EAPI=8, enable py3.12

I've tested the contents of the package, and there is no regression
with contents of the EAPI bump, so it is safe to do without revbump.

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2023-05-27 10:39:54 +03:00
parent c87fedc100
commit 1a0ada1cae

View File

@@ -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