summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:15:34 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:26:20 +0300
commit12f26de0fd89f10e13d8cbd1c9e724fe9100dcae (patch)
treea79ffad5acb75481ba12fc739b9c0a868d107999
parentdev-python/entrypoints: enable py3.12 (diff)
downloadgentoo-12f26de0fd89f10e13d8cbd1c9e724fe9100dcae.tar.gz
gentoo-12f26de0fd89f10e13d8cbd1c9e724fe9100dcae.tar.bz2
gentoo-12f26de0fd89f10e13d8cbd1c9e724fe9100dcae.zip
dev-python/fastimport: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/fastimport/fastimport-0.9.14.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fastimport/fastimport-0.9.14.ebuild b/dev-python/fastimport/fastimport-0.9.14.ebuild
index e189b3e664eb..e94e501f5b95 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