mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 11:22:03 +00:00
fix(provider): support python3.14 #38419
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
@@ -5,6 +5,7 @@ local s_host ---@type string?
|
||||
|
||||
local python_candidates = {
|
||||
'python3',
|
||||
'python3.14',
|
||||
'python3.13',
|
||||
'python3.12',
|
||||
'python3.11',
|
||||
|
||||
Reference in New Issue
Block a user