sys-auth/ssh-import-id: enable py3.12

Closes: https://bugs.gentoo.org/929825
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-09 12:19:58 +01:00
parent 3208feb9e7
commit 2b592fec91

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1