diff options
author | Sam James <sam@gentoo.org> | 2024-06-03 07:29:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-03 07:29:37 +0100 |
commit | ee10bb7b31c2a0292a949d1b51e0d588ebb1acf0 (patch) | |
tree | 4d10bc23fbb50af2b142a06cb89ffa0fc3d51695 /sys-auth | |
parent | dev-cpp/pangomm: enable py3.12 (diff) | |
download | gentoo-ee10bb7b31c2a0292a949d1b51e0d588ebb1acf0.tar.gz gentoo-ee10bb7b31c2a0292a949d1b51e0d588ebb1acf0.tar.bz2 gentoo-ee10bb7b31c2a0292a949d1b51e0d588ebb1acf0.zip |
sys-auth/ssh-ldap-pubkey: enable py3.12
Closes: https://bugs.gentoo.org/929826
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild index 999f36b3d109..e8fea5540d52 100644 --- a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild +++ b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |