app-arch/rpm: enable py3.14, disable py3.10

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43909
Closes: https://github.com/gentoo/gentoo/pull/43909
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Takuya Wakazono
2025-09-23 19:31:44 +09:00
committed by Sam James
parent 1638c8c6c9
commit 871ea2cf23

View File

@@ -4,7 +4,7 @@
EAPI=8
LUA_COMPAT=( lua5-{3,4} )
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit cmake flag-o-matic lua-single python-single-r1 toolchain-funcs