From 5b30bc9bca06da390e0cf09589480f39967041d5 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Mon, 6 Feb 2023 20:04:54 +0100 Subject: [PATCH] dev-python/graphene: disable py3.11 --- dev-python/graphene/graphene-2.1.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/graphene/graphene-2.1.9.ebuild b/dev-python/graphene/graphene-2.1.9.ebuild index cc9c234..882c696 100644 --- a/dev-python/graphene/graphene-2.1.9.ebuild +++ b/dev-python/graphene/graphene-2.1.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 @@ -26,6 +26,7 @@ KEYWORDS="~amd64" RDEPEND=" dev-python/aniso8601[${PYTHON_USEDEP}] dev-python/graphql-core[${PYTHON_USEDEP}] +