From 1c8fbdd6afa808accd00f2fffee73b7e43b97abf Mon Sep 17 00:00:00 2001 From: Anders Larsson Date: Sat, 19 Jul 2025 20:22:44 +0200 Subject: [PATCH] net-nds/389-ds-base: enable py3.13 Signed-off-by: Anders Larsson 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 --- 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 cb81c3d6e77fa..431f4c67c2d1e 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=" zeroize_derive@1.4.2 " -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools