From 12f26de0fd89f10e13d8cbd1c9e724fe9100dcae Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 26 May 2023 23:15:34 +0300 Subject: [PATCH] dev-python/fastimport: enable py3.12 Signed-off-by: Arthur Zamarin --- dev-python/fastimport/fastimport-0.9.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fastimport/fastimport-0.9.14.ebuild b/dev-python/fastimport/fastimport-0.9.14.ebuild index e189b3e664eb0..e94e501f5b951 100644 --- a/dev-python/fastimport/fastimport-0.9.14.ebuild +++ b/dev-python/fastimport/fastimport-0.9.14.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi