commit: 2b592fec9153025b82e8bd02b4fa6c13579da16d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 9 11:19:58 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 9 11:32:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b592fec
sys-auth/ssh-import-id: enable py3.12 Closes: https://bugs.gentoo.org/929825 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 08dd75a431f3..fc69019e6ff3 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1
