Skip to content

Commit ae285ad

Browse files
thewtexjcfr
andauthored
Update scripts/macpython-install-python.sh
Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
1 parent aef494d commit ae285ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/macpython-install-python.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,9 @@ if test "$(arch)" == "arm64"; then
413413
install_virtualenv
414414
done
415415
else
416-
#for pyversion in $LATEST_3p7; do
417-
#install_macpython $pyversion 10.9
418-
#install_virtualenv
419-
#done
416+
# Deployment target requirements:
417+
# * 10.9: Python 3.7
418+
# * 11: Python >= 3.8
420419
for pyversion in $LATEST_3p8 $LATEST_3p9 $LATEST_3p10 $LATEST_3p11 $LATEST_3p12; do
421420
install_macpython $pyversion 11
422421
install_virtualenv

0 commit comments

Comments
 (0)