From 654c532e1eb4e89a72ef63ad86cd7eb9c8383883 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 29 Oct 2022 13:26:34 -0400 Subject: media-libs/graphene: Add Python 3.11 compatibility Signed-off-by: Matt Turner --- media-libs/graphene/graphene-1.10.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs/graphene') 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" -- cgit v1.2.3-65-gdbad