diff options
author | Boris Staletic <boris.staletic@protonmail.com> | 2024-10-21 17:37:20 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 12:39:53 +0000 |
commit | 631e7e36f3c5c1400379c45224c9a30406f98ca8 (patch) | |
tree | 0bcb949934ba1e36c5e09e477a9ab2359a465400 /app-editors | |
parent | app-editors/vim: enable py3.13 (diff) | |
download | gentoo-631e7e36f3c5c1400379c45224c9a30406f98ca8.tar.gz gentoo-631e7e36f3c5c1400379c45224c9a30406f98ca8.tar.bz2 gentoo-631e7e36f3c5c1400379c45224c9a30406f98ca8.zip |
app-editors/gvim: enable py3.13
Signed-off-by: Boris Staletic <boris.staletic@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39062
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/gvim-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild index 6b9076486819..eaa3f28acc44 100644 --- a/app-editors/gvim/gvim-9999.ebuild +++ b/app-editors/gvim/gvim-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" |