summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-06 12:33:50 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-06 13:19:00 +0200
commit752458dc5ec90029dd1f0250851519a53eb132fd (patch)
tree87d550b6d232faa86e0184dfe9360dc4fde2791c /dev-build
parentdev-python/cysignals: Enable py3.13 (diff)
downloadgentoo-752458dc5ec90029dd1f0250851519a53eb132fd.tar.gz
gentoo-752458dc5ec90029dd1f0250851519a53eb132fd.tar.bz2
gentoo-752458dc5ec90029dd1f0250851519a53eb132fd.zip
dev-build/meson-format-array: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r--dev-build/meson-format-array/meson-format-array-0.ebuild2
1 files changed, 1 insertions, 1 deletions
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