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.bat
View File

@@ -10,7 +10,7 @@ REM ============================================================================
CALL :check_python
IF %_RESULT% NEQ 0 (
ECHO.
ECHO Python 3.9+ must be installed and on PATH:
ECHO Python 3.10+ must be installed and on PATH:
ECHO https://www.python.org/
GOTO :eof
)