File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ LATEST_2p7=2.7.17
5050LATEST_3p5=3.5.4
5151LATEST_3p6=3.6.8
5252LATEST_3p7=3.7.6
53- LATEST_3p8=3.8.0
53+ LATEST_3p8=3.8.6
54+ LATEST_3p9=3.9.0
5455
5556
5657function check_python {
@@ -115,6 +116,8 @@ function fill_pyver {
115116 echo $LATEST_3p5
116117 elif [ $ver == " 3.8" ]; then
117118 echo $LATEST_3p8
119+ elif [ $ver == " 3.9" ]; then
120+ echo $LATEST_3p9
118121 else
119122 echo " Can't fill version $ver " 1>&2
120123 exit 1
@@ -381,7 +384,7 @@ for pyversion in $LATEST_3p5 $LATEST_3p6 $LATEST_3p7; do
381384 install_virtualenv
382385done
383386
384- for pyversion in $LATEST_3p8 ; do
387+ for pyversion in $LATEST_3p8 $LATEST_3p9 ; do
385388 install_macpython $pyversion 10.9
386389 install_pip
387390 install_virtualenv
You can’t perform that action at this time.
0 commit comments