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

Closes: https://bugs.gentoo.org/952725
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-03 01:27:43 +01:00
parent c8599ed273
commit 796cccbae1

View File

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