From ab3eea9aa53d6a8003d778f98ca5db19716c43ea Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Fri, 25 Jul 2025 05:38:19 +0100 Subject: [PATCH] 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 Part-of: https://github.com/gentoo/gentoo/pull/43144 Closes: https://github.com/gentoo/gentoo/pull/43144 Signed-off-by: Arthur Zamarin --- 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 8b83f5c0a1c7c..5ee6db7e35344 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