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 aef494d commit ae285adCopy full SHA for ae285ad
scripts/macpython-install-python.sh
@@ -413,10 +413,9 @@ if test "$(arch)" == "arm64"; then
413
install_virtualenv
414
done
415
else
416
- #for pyversion in $LATEST_3p7; do
417
- #install_macpython $pyversion 10.9
418
- #install_virtualenv
419
- #done
+ # Deployment target requirements:
+ # * 10.9: Python 3.7
+ # * 11: Python >= 3.8
420
for pyversion in $LATEST_3p8 $LATEST_3p9 $LATEST_3p10 $LATEST_3p11 $LATEST_3p12; do
421
install_macpython $pyversion 11
422
0 commit comments