diff --git a/ctl b/ctl index a463df1..67f2fa3 100755 --- a/ctl +++ b/ctl @@ -44,7 +44,7 @@ else if [ $SYSTEM == "Linux" ]; then if [ $PLATFORM == "x86_64" ]; then ARCH=64 - PLATFORM_PYTHON=3.7 + PLATFORM_PYTHON=3.11 else ARCH=32 fi