diff options
author | 2024-05-09 12:19:58 +0100 | |
---|---|---|
committer | 2024-05-09 12:32:37 +0100 | |
commit | 2b592fec9153025b82e8bd02b4fa6c13579da16d (patch) | |
tree | 259ea9841d9fcdad5ce501f771a41d9eba6dc0fc /sys-auth | |
parent | sys-auth/ssh-import-id: fix EmptyGlobalAssignment (diff) | |
download | gentoo-2b592fec9153025b82e8bd02b4fa6c13579da16d.tar.gz gentoo-2b592fec9153025b82e8bd02b4fa6c13579da16d.tar.bz2 gentoo-2b592fec9153025b82e8bd02b4fa6c13579da16d.zip |
sys-auth/ssh-import-id: enable py3.12
Closes: https://bugs.gentoo.org/929825
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |