commit: ffe20e21edb8486b3093ff33fd60b20c88b8e21c Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Jul 9 03:58:12 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Wed Jul 9 04:08:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe20e21
app-vim/jedi: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952262 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> app-vim/jedi/jedi-0.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/jedi/jedi-0.11.2.ebuild b/app-vim/jedi/jedi-0.11.2.ebuild index 1078a468eba3..f03122e45099 100644 --- a/app-vim/jedi/jedi-0.11.2.ebuild +++ b/app-vim/jedi/jedi-0.11.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit edo vim-plugin python-single-r1 MY_PN="${PN}-vim"
