net-nds/389-ds-base: enable py3.13

Signed-off-by: Anders Larsson <anders.git@larsson.xyz>
Closes: https://bugs.gentoo.org/952626
Part-of: https://github.com/gentoo/gentoo/pull/43072
Closes: https://github.com/gentoo/gentoo/pull/43072
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Anders Larsson
2025-07-19 20:22:44 +02:00
committed by Sam James
parent b946e62885
commit 1c8fbdd6af

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -107,7 +107,7 @@ CRATES="
zeroize_derive@1.4.2
"
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools