[Docs] Raise minimum requirements

This commit is contained in:
Margen67
2024-02-15 16:58:38 -08:00
parent 42b4bf0f82
commit 1f176676b5
4 changed files with 13 additions and 13 deletions

2
xb.ps1
View File

@@ -14,7 +14,7 @@ foreach ($pythonExecutable in $pythonExecutables) {
}
}
# Neither found, error and exit
$pythonMinimumVer = 3,6
$pythonMinimumVer = 3,8
if (!$pythonPath) {
Write-FatalError "ERROR: Python $($pythonMinimumVer[0]).$($pythonMinimumVer[1])+ must be installed and on PATH:`nhttps://www.python.org/"
}