diff options
| author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2026-03-22 22:20:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-22 09:20:04 -0400 |
| commit | 51aa64488ddd7599c9e1052846e25cdb10570080 (patch) | |
| tree | a623da568bf09518a090b8fd6e4e345bbad698ae /runtime/lua/vim/provider/python.lua | |
| parent | 256811a617cbe97aa1dd2b3eef3b69b90608d54c (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.lua | 1 |
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', |
