summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Staletic <boris.staletic@protonmail.com>2024-10-21 17:37:20 +0200
committerSam James <sam@gentoo.org>2024-12-01 12:39:53 +0000
commit631e7e36f3c5c1400379c45224c9a30406f98ca8 (patch)
tree0bcb949934ba1e36c5e09e477a9ab2359a465400 /app-editors
parentapp-editors/vim: enable py3.13 (diff)
downloadgentoo-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.ebuild2
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"