From 0d8ba3b75a52c31d44b06a6f151eae3632cb7c0e Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 31 Jan 2023 00:39:18 +0100 Subject: [PATCH] dev-python/graphql-core: enable py3.11 --- dev-python/graphql-core/graphql-core-3.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/graphql-core/graphql-core-3.1.6.ebuild b/dev-python/graphql-core/graphql-core-3.1.6.ebuild index 290d25f..cca45cb 100644 --- a/dev-python/graphql-core/graphql-core-3.1.6.ebuild +++ b/dev-python/graphql-core/graphql-core-3.1.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1