commit: 159b3e01326b7ff5983f4560057b097a72144978 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Fri May 9 05:34:28 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 23 05:58:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159b3e01
app-misc/ola: enable py3.13 All 80 tests pass when py3.13 is enabled. Closes: https://bugs.gentoo.org/952224 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41997 Closes: https://github.com/gentoo/gentoo/pull/41997 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/ola/ola-0.10.9-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ola/ola-0.10.9-r2.ebuild b/app-misc/ola/ola-0.10.9-r2.ebuild index e3f459c3f733..e569bc538bd9 100644 --- a/app-misc/ola/ola-0.10.9-r2.ebuild +++ b/app-misc/ola/ola-0.10.9-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 autotools python-single-r1
