We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f59ead commit 0ef6527Copy full SHA for 0ef6527
scripts/check-build-prerequisites.sh
@@ -108,7 +108,7 @@ app_min="3.6.5"
108
check_which $app $app_min
109
app_v=$(${app} --version)
110
echo -e "Checking python3 version... \c"
111
-if [ $(echo $app_v | grep -c -E "3\.[6-9]+\.[0-9]+") -eq 1 ]
+if [ $(echo $app_v | grep -c -E "3\.([6-9]|1[0-9])\.[0-9]+") -eq 1 ]
112
then
113
echo "Ok"
114
else
scripts/check-pack-prerequisites.sh
@@ -98,7 +98,7 @@ app_min="3.6.5"
98
99
100
echo -e "Checking $app version... \c"
101
-if [ $(echo $app_v | grep -c -E "3\.[6789]\.[0-9].*") -eq 1 ]
102
103
104
0 commit comments