commit: ab3eea9aa53d6a8003d778f98ca5db19716c43ea Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Fri Jul 25 04:38:19 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jul 25 18:19:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3eea9a
app-i18n/ibus-pinyin: enable py3.13 Seems to pass test suite, but not 100% sure it did anything useful. Did pass runtime testing as much I could possible test. Closes: https://bugs.gentoo.org/952208 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43144 Closes: https://github.com/gentoo/gentoo/pull/43144 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-i18n/ibus-pinyin/ibus-pinyin-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.1.ebuild b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.1.ebuild index 8b83f5c0a1c7..5ee6db7e3534 100644 --- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.1.ebuild +++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2008-2024 Gentoo Authors +# Copyright 2008-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools lua-single python-single-r1
