include 3.12 in all methods

This commit is contained in:
Matthias 2024-06-01 20:19:33 +02:00
parent d116952fe0
commit a2d5b4b2fe

View File

@ -159,6 +159,7 @@ function Find-PythonExecutable {
"C:\Users\$env:USERNAME\AppData\Local\Programs\Python\Python311\python.exe",
"C:\Users\$env:USERNAME\AppData\Local\Programs\Python\Python310\python.exe",
"C:\Users\$env:USERNAME\AppData\Local\Programs\Python\Python39\python.exe",
"C:\Python312\python.exe",
"C:\Python311\python.exe",
"C:\Python310\python.exe",
"C:\Python39\python.exe",