commit: 40d86572387c57d8f9406dfbdd2b3349ba2eb92b
Author: Boris Staletic <boris.staletic <AT> protonmail <DOT> com>
AuthorDate: Mon Oct 21 15:36:15 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 12:39:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d86572
app-editors/vim: enable py3.13
Signed-off-by: Boris Staletic <boris.staletic <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/vim/vim-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index db28e8655961..b9b10d7d73ef 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -9,7 +9,7 @@ VIM_VERSION="9.1"
VIM_PATCHES_VERSION="9.0.2092"
LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="threads(+)"
USE_RUBY="ruby31 ruby32"