Accept Python 3.14 installs

This commit is contained in:
Melbar
2026-05-08 08:48:09 +02:00
parent 5eb989f2ba
commit 91e64b29fd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set "SCRIPT=%~dp0pvd_mezzanine.py"
set "PYTHON_EXE="
set "PYTHON_ARGS="
for %%V in (313 312 311 310) do (
for %%V in (314 313 312 311 310) do (
if not defined PYTHON_EXE if exist "%LocalAppData%\Programs\Python\Python%%V\python.exe" (
set "PYTHON_EXE=%LocalAppData%\Programs\Python\Python%%V\python.exe"
)