commit: acddd263d46d424e6075decf8779c9750803edef Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com> AuthorDate: Wed Jan 8 17:37:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 02:24:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acddd263
app-accessibility/caribou: enable py3.13 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/39856 Signed-off-by: Sam James <sam <AT> gentoo.org> app-accessibility/caribou/caribou-0.4.21-r7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-accessibility/caribou/caribou-0.4.21-r7.ebuild b/app-accessibility/caribou/caribou-0.4.21-r7.ebuild index 1800e5781f91..04d33ba62942 100644 --- a/app-accessibility/caribou/caribou-0.4.21-r7.ebuild +++ b/app-accessibility/caribou/caribou-0.4.21-r7.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=7 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" inherit autotools gnome.org gnome2-utils python-single-r1 vala
