Require Python 3.10+

3.9 is EOL.
This commit is contained in:
Margen67
2025-11-20 03:39:14 -08:00
parent eb6221d631
commit 79e1a2b866
5 changed files with 14 additions and 6 deletions

2
xb.ps1
View File

@@ -9,7 +9,7 @@ foreach ($pythonExecutable in $pythonExecutables) {
}
# Neither found, error and exit
if (!$pythonPath) {
Throw "ERROR: Python 3.9+ 64-bit must be installed and on PATH:`nhttps://www.python.org/"
Throw "ERROR: Python 3.10+ 64-bit must be installed and on PATH:`nhttps://www.python.org/"
}
& $pythonPath "$($PSScriptRoot)/xenia-build.py" $args