From 575ef082ec55f32ab80fd9733be50cf486e5435c Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 5 Aug 2022 09:11:00 +0300 Subject: [PATCH] dev-python/leechcorepyc: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild b/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild index 80330d4209098..25fcfee44ade5 100644 --- a/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild +++ b/dev-python/leechcorepyc/leechcorepyc-2.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 toolchain-funcs