fix: update error message string
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run

This commit is contained in:
aclist 2025-11-14 13:41:47 +09:00
parent 376c5294d9
commit d866b4992b

View File

@ -238,7 +238,7 @@ depcheck(){
}
check_pyver(){
if [[ ! $(command -v python3.13) ]]; then
local msg="Requires Python 3.12"
local msg="Requires Python 3.13"
raise_error_and_quit "$msg"
fi
}