commit: 1b43e72f2623b650e5803d1142afdbd9c1f5e124 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Fri Jul 25 04:27:08 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jul 25 18:19:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b43e72f
app-i18n/ibus-hangul: enable py3.13 Passes test suite. Closes: https://bugs.gentoo.org/952206 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43143 Closes: https://github.com/gentoo/gentoo/pull/43143 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-i18n/ibus-hangul/ibus-hangul-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.5.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.5.ebuild index f9d12502c124..f87320d84283 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.5.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools gnome2-utils python-single-r1 xdg virtualx
