commit: 1c8fbdd6afa808accd00f2fffee73b7e43b97abf Author: Anders Larsson <anders.git <AT> larsson <DOT> xyz> AuthorDate: Sat Jul 19 18:22:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 19 19:49:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8fbdd6
net-nds/389-ds-base: enable py3.13 Signed-off-by: Anders Larsson <anders.git <AT> 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 <AT> gentoo.org> net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild b/net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild index cb81c3d6e77f..431f4c67c2d1 100644 --- a/net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild +++ b/net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild @@ -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=" [email protected] " -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools
