Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
3649bdb7
Commit
3649bdb7
authored
Oct 05, 2019
by
mattip
Browse files
update avaialable versions for macos
parent
1f50ff4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
osx_utils.sh
osx_utils.sh
+3
-0
No files found.
osx_utils.sh
View file @
3649bdb7
...
...
@@ -21,6 +21,7 @@ LATEST_2p7=2.7.16
LATEST_3p5
=
3.5.4
LATEST_3p6
=
3.6.8
LATEST_3p7
=
3.7.4
LATEST_3p8
=
3.8.0rc1
function
check_python
{
...
...
@@ -83,6 +84,8 @@ function fill_pyver {
echo
$LATEST_3p6
elif
[
$ver
==
"3.5"
]
;
then
echo
$LATEST_3p5
elif
[
$ver
==
"3.8"
]
;
then
echo
$LATEST_3p8
else
echo
"Can't fill version
$ver
"
1>&2
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment