From 73a16931909ffbc3e9044f0f735fc26742071a55 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Fri, 28 Mar 2025 20:42:45 +0100 Subject: [PATCH] dev-python/python-distutils-extra: add python3.13 Closes: https://bugs.gentoo.org/952385 Signed-off-by: Conrad Kostecki --- .../python-distutils-extra/python-distutils-extra-2.47.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild index 4a5592c7c4b79..ef05e1e60da25 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.47.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1