From 871ea2cf2361dd49283f71b1502dd98479eaec9b Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Tue, 23 Sep 2025 19:31:44 +0900 Subject: [PATCH] app-arch/rpm: enable py3.14, disable py3.10 Signed-off-by: Takuya Wakazono Part-of: https://github.com/gentoo/gentoo/pull/43909 Closes: https://github.com/gentoo/gentoo/pull/43909 Signed-off-by: Sam James --- app-arch/rpm/rpm-4.20.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/rpm/rpm-4.20.1-r1.ebuild b/app-arch/rpm/rpm-4.20.1-r1.ebuild index c065f1a934ec9..875e31e8cc806 100644 --- a/app-arch/rpm/rpm-4.20.1-r1.ebuild +++ b/app-arch/rpm/rpm-4.20.1-r1.ebuild @@ -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