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@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@gentoo.org>
This commit is contained in:
Ian Jordan 2025-07-25 05:38:19 +01:00 committed by Arthur Zamarin
parent bd10319ce2
commit ab3eea9aa5
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504

View File

@ -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