switch default linux version to 3.11
This commit is contained in:
parent
37410d6089
commit
e175c72a40
1 changed files with 1 additions and 1 deletions
2
ctl
2
ctl
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue