summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Finkelstein <fnkl.kernel@gmail.com>2024-10-05 17:00:55 +0200
committerSam James <sam@gentoo.org>2024-10-07 03:50:11 +0100
commit626f3531d48e08661dd2c044a0d6b23c13f2cadb (patch)
treea48e9e632e63e511ac9d4910e12396ddae184fc4
parentmedia-libs/fontconfig: Add python3_13 compat (diff)
downloadgentoo-626f3531d48e08661dd2c044a0d6b23c13f2cadb.tar.gz
gentoo-626f3531d48e08661dd2c044a0d6b23c13f2cadb.tar.bz2
gentoo-626f3531d48e08661dd2c044a0d6b23c13f2cadb.zip
media-libs/graphene: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/graphene/graphene-1.10.8-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/graphene/graphene-1.10.8-r1.ebuild b/media-libs/graphene/graphene-1.10.8-r1.ebuild
index 5e8d6a2aa505..ac033b60e647 100644
--- a/media-libs/graphene/graphene-1.10.8-r1.ebuild
+++ b/media-libs/graphene/graphene-1.10.8-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit xdg-utils meson-multilib python-any-r1
DESCRIPTION="A thin layer of types for graphic libraries"