From 796cccbae129be919773cc1f1407bfac3de4974e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 3 May 2025 01:27:43 +0100 Subject: [PATCH] sys-auth/ssh-import-id: enable py3.13 Closes: https://bugs.gentoo.org/952725 Signed-off-by: Sam James --- 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 aed839e58aa47..aa8f24676cbe2 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