summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/provider/python.lua
diff options
context:
space:
mode:
authorEisuke Kawashima <e.kawaschima+github@gmail.com>2026-03-22 22:20:04 +0900
committerGitHub <noreply@github.com>2026-03-22 09:20:04 -0400
commit51aa64488ddd7599c9e1052846e25cdb10570080 (patch)
treea623da568bf09518a090b8fd6e4e345bbad698ae /runtime/lua/vim/provider/python.lua
parent256811a617cbe97aa1dd2b3eef3b69b90608d54c (diff)
fix(provider): support python3.14 #38419
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
-rw-r--r--runtime/lua/vim/provider/python.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/provider/python.lua b/runtime/lua/vim/provider/python.lua
index afd0895c7f..9950a731f1 100644
--- a/runtime/lua/vim/provider/python.lua
+++ b/runtime/lua/vim/provider/python.lua
@@ -5,6 +5,7 @@ local s_host ---@type string?
local python_candidates = {
'python3',
+ 'python3.14',
'python3.13',
'python3.12',
'python3.11',