commit: 752458dc5ec90029dd1f0250851519a53eb132fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 10:33:50 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 11:19:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752458dc
dev-build/meson-format-array: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-build/meson-format-array/meson-format-array-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-build/meson-format-array/meson-format-array-0.ebuild
b/dev-build/meson-format-array/meson-format-array-0.ebuild
index e9b3d6f92bc7..d9e12ab903f2 100644
--- a/dev-build/meson-format-array/meson-format-array-0.ebuild
+++ b/dev-build/meson-format-array/meson-format-array-0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit python-r1