diff options
author | Boris Staletic <boris.staletic@protonmail.com> | 2024-10-21 17:36:15 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 12:39:53 +0000 |
commit | 40d86572387c57d8f9406dfbdd2b3349ba2eb92b (patch) | |
tree | 9ec1e5a958bce6af714eb6023f5d72c69c19cccb /app-editors | |
parent | app-editors/vim-core: sync live (diff) | |
download | gentoo-40d86572387c57d8f9406dfbdd2b3349ba2eb92b.tar.gz gentoo-40d86572387c57d8f9406dfbdd2b3349ba2eb92b.tar.bz2 gentoo-40d86572387c57d8f9406dfbdd2b3349ba2eb92b.zip |
app-editors/vim: enable py3.13
Signed-off-by: Boris Staletic <boris.staletic@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |