commit: cd27bfbceafec2e1fbb55ff8a5ed3e0499ba900b Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Sun Apr 27 05:15:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 22:56:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd27bfbc
app-admin/pydf: enable py3.13 No meaningful test suite, passes runtime test. Closes: https://bugs.gentoo.org/952168 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41787 Closes: https://github.com/gentoo/gentoo/pull/41787 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 08f2836810a4..89c4e225c1b4 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
