app-vim/jedi: enable py3.13, py3.14

Closes: https://bugs.gentoo.org/952262
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-07-08 23:58:12 -04:00
parent 3d4659db01
commit ffe20e21ed

View File

@@ -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"