dev-util/meson-format-array: enable py3.11

Closes: https://bugs.gentoo.org/856913
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2022-07-07 15:42:55 -04:00
parent 753c3f66cf
commit 91dc6350e0

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit python-r1