mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
bd10319ce2
commit
ab3eea9aa5
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user