diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:15:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:26:20 +0300 |
commit | 12f26de0fd89f10e13d8cbd1c9e724fe9100dcae (patch) | |
tree | a79ffad5acb75481ba12fc739b9c0a868d107999 /dev-python/fastimport | |
parent | dev-python/entrypoints: enable py3.12 (diff) | |
download | gentoo-12f26de0fd89f10e13d8cbd1c9e724fe9100dcae.tar.gz gentoo-12f26de0fd89f10e13d8cbd1c9e724fe9100dcae.tar.bz2 gentoo-12f26de0fd89f10e13d8cbd1c9e724fe9100dcae.zip |
dev-python/fastimport: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/fastimport')
-rw-r--r-- | dev-python/fastimport/fastimport-0.9.14.ebuild | 2 |
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 |