From cd27bfbceafec2e1fbb55ff8a5ed3e0499ba900b Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Sun, 27 Apr 2025 06:15:03 +0100 Subject: [PATCH] app-admin/pydf: enable py3.13 No meaningful test suite, passes runtime test. Closes: https://bugs.gentoo.org/952168 Signed-off-by: Ian Jordan Part-of: https://github.com/gentoo/gentoo/pull/41787 Closes: https://github.com/gentoo/gentoo/pull/41787 Signed-off-by: Sam James --- app-admin/pydf/pydf-12-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/pydf/pydf-12-r2.ebuild b/app-admin/pydf/pydf-12-r2.ebuild index 08f2836810a46..89c4e225c1b4a 100644 --- a/app-admin/pydf/pydf-12-r2.ebuild +++ b/app-admin/pydf/pydf-12-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-r1