commit: c75e882d289f10ccfefc6af9f5a30142fa7bbe3e Author: Magnus Granberg <zorry <AT> gentoo <DOT> org> AuthorDate: Sat Jan 27 22:06:19 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 27 22:11:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75e882d
dev-python/ldap3: enable py3.12 Buildbot tests pass on the ldap part with py 3.12. Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/35050 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/ldap3/ldap3-2.9.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ldap3/ldap3-2.9.1.ebuild b/dev-python/ldap3/ldap3-2.9.1.ebuild index f9c7db6383f0..a7583a91835c 100644 --- a/dev-python/ldap3/ldap3-2.9.1.ebuild +++ b/dev-python/ldap3/ldap3-2.9.1.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=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..12} pypy3 ) inherit distutils-r1 DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"