From a5f3a1cd05e258ba4efc94bc628689d87ccb63a2 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 16 May 2022 16:59:58 +0200 Subject: [PATCH] dev-python/nest_asyncio: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild index 27eb86984a13f..528c66ce47713 100644 --- a/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild +++ b/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1