switch default linux version to 3.11

This commit is contained in:
j 2024-06-08 12:26:02 +01:00
parent 37410d6089
commit e175c72a40

2
ctl
View file

@ -44,7 +44,7 @@ else
if [ $SYSTEM == "Linux" ]; then if [ $SYSTEM == "Linux" ]; then
if [ $PLATFORM == "x86_64" ]; then if [ $PLATFORM == "x86_64" ]; then
ARCH=64 ARCH=64
PLATFORM_PYTHON=3.7 PLATFORM_PYTHON=3.11
else else
ARCH=32 ARCH=32
fi fi