summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:26:34 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:44:00 -0400
commit654c532e1eb4e89a72ef63ad86cd7eb9c8383883 (patch)
tree762acc34a422036115d752058d7f6642d6f44b85 /media-libs/graphene
parentmedia-libs/gexiv2: Add Python 3.11 compatibility (diff)
downloadgentoo-654c532e1eb4e89a72ef63ad86cd7eb9c8383883.tar.gz
gentoo-654c532e1eb4e89a72ef63ad86cd7eb9c8383883.tar.bz2
gentoo-654c532e1eb4e89a72ef63ad86cd7eb9c8383883.zip
media-libs/graphene: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/graphene')
-rw-r--r--media-libs/graphene/graphene-1.10.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/graphene/graphene-1.10.8.ebuild b/media-libs/graphene/graphene-1.10.8.ebuild
index b58eb66e02b8..cbba4c4ce660 100644
--- a/media-libs/graphene/graphene-1.10.8.ebuild
+++ b/media-libs/graphene/graphene-1.10.8.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit xdg-utils meson-multilib python-any-r1
DESCRIPTION="A thin layer of types for graphic libraries"