Skip to content

Commit 5ab4922

Browse files
committed
ENH: Do not install/build Python 3.6 wheels on macOS
1 parent ed47a95 commit 5ab4922

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/macpython-install-python.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -399,12 +399,6 @@ if test "$(arch)" == "arm64"; then
399399
install_virtualenv
400400
done
401401
else
402-
# intel
403-
for pyversion in $LATEST_3p6; do
404-
install_macpython $pyversion 10.6
405-
install_virtualenv
406-
done
407-
408402
for pyversion in $LATEST_3p7 $LATEST_3p8 $LATEST_3p9; do
409403
install_macpython $pyversion 10.9
410404
install_virtualenv

0 commit comments

Comments
 (0)