mirror of
https://github.com/neovim/neovim.git
synced 2026-07-15 22:00:40 +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 = {
|
local python_candidates = {
|
||||||
'python3',
|
'python3',
|
||||||
|
'python3.14',
|
||||||
'python3.13',
|
'python3.13',
|
||||||
'python3.12',
|
'python3.12',
|
||||||
'python3.11',
|
'python3.11',
|
||||||
|
|||||||
Reference in New Issue
Block a user