From bbfa7775c7d6e8ead7f093651665213341e42e31 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 16 May 2022 21:41:12 +0300 Subject: [PATCH] dev-python/utidylib: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/utidylib/utidylib-0.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/utidylib/utidylib-0.7-r3.ebuild b/dev-python/utidylib/utidylib-0.7-r3.ebuild index e2b6fdd88cbeb..1e2d9febb1f48 100644 --- a/dev-python/utidylib/utidylib-0.7-r3.ebuild +++ b/dev-python/utidylib/utidylib-0.7-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) MY_P="uTidylib-${PV}" inherit distutils-r1