fix(provider): support python3.14 #38419

Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
Eisuke Kawashima
2026-03-22 22:20:04 +09:00
committed by GitHub
parent 256811a617
commit 51aa64488d

View File

@@ -5,6 +5,7 @@ local s_host ---@type string?
local python_candidates = {
'python3',
'python3.14',
'python3.13',
'python3.12',
'python3.11',