Skip to content

Commit 7650498

Browse files
committed
scripts: Remove 2.7 reference on macOS
1 parent 0972634 commit 7650498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/macpython-build-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MACPYTHON_PY_PREFIX=/Library/Frameworks/Python.framework/Versions
99

1010
# Versions can be restricted by passing them in as arguments to the script
1111
# For example,
12-
# macpython-build-wheels.sh 2.7 3.5
12+
# macpython-build-wheels.sh 3.5
1313
if [[ $# -eq 0 ]]; then
1414
PYBINARIES=(${MACPYTHON_PY_PREFIX}/*)
1515
else

scripts/macpython-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Versions can be restricted by passing them in as arguments to the script
66
# For example,
77
#
8-
# scripts/macpython-build-wheels.sh 2.7 3.5
8+
# scripts/macpython-build-wheels.sh 3.5
99

1010
# -----------------------------------------------------------------------
1111
# These variables are set in common script:

0 commit comments

Comments
 (0)