commit: 306fce93c0a72bbd25e93258c76fd6609d9014b8 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Sun Apr 27 05:25:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 22:56:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306fce93
app-admin/redfishtool: enable py3.13 Package passed it's internal runtime test suite. Closes: https://bugs.gentoo.org/952169 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41788 Closes: https://github.com/gentoo/gentoo/pull/41788 Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/redfishtool/redfishtool-1.1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/redfishtool/redfishtool-1.1.8.ebuild b/app-admin/redfishtool/redfishtool-1.1.8.ebuild index 4c2064451254..4f73307469f7 100644 --- a/app-admin/redfishtool/redfishtool-1.1.8.ebuild +++ b/app-admin/redfishtool/redfishtool-1.1.8.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 pypi
