From 5af822cdb06d2aa2ab823e165d7db3f4f816fbf3 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 26 May 2023 23:49:37 +0300 Subject: [PATCH] dev-python/manuel: enable py3.12 Signed-off-by: Arthur Zamarin --- dev-python/manuel/manuel-1.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/manuel/manuel-1.12.4.ebuild b/dev-python/manuel/manuel-1.12.4.ebuild index 837461e90efb4..99f6fb6c3452e 100644 --- a/dev-python/manuel/manuel-1.12.4.ebuild +++ b/dev-python/manuel/manuel-1.12.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi