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