From 87ba5a9eb0651c9eeb14f97c5552b79a385b2fce Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 26 May 2022 12:11:08 +0200 Subject: [PATCH] dev-python/cppy: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/cppy/cppy-1.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cppy/cppy-1.2.1-r1.ebuild b/dev-python/cppy/cppy-1.2.1-r1.ebuild index 5630bcceb14da..68ac52b3806cc 100644 --- a/dev-python/cppy/cppy-1.2.1-r1.ebuild +++ b/dev-python/cppy/cppy-1.2.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1