commit: 796cccbae129be919773cc1f1407bfac3de4974e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 3 00:27:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 3 00:27:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796cccba
sys-auth/ssh-import-id: enable py3.13 Closes: https://bugs.gentoo.org/952725 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild index aed839e58aa4..aa8f24676cbe 100644 --- a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild +++ b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1
