commit: c961ad16e450272c2df9fc000a619ece37414fac Author: Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com> AuthorDate: Mon Nov 3 14:29:42 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 10:59:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c961ad16
sys-libs/tevent: Add python3.14 support Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44450 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/tevent/tevent-0.17.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/tevent/tevent-0.17.1.ebuild b/sys-libs/tevent/tevent-0.17.1.ebuild index 3c3ec746950f..9669c45c32af 100644 --- a/sys-libs/tevent/tevent-0.17.1.ebuild +++ b/sys-libs/tevent/tevent-0.17.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1
