Skip to content

Commit b145096

Browse files
committed
manylinux: Build Python 3.7
1 parent b77f596 commit b145096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/manylinux-build-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ $# -eq 0 ]]; then
1010
PYBIN=(/opt/python/*/bin)
1111
PYBINARIES=()
1212
for version in "${PYBIN[@]}"; do
13-
if [[ ${version} == *"cp27"* || ${version} == *"cp35"* || ${version} == *"cp36"* ]]; then
13+
if [[ ${version} == *"cp27"* || ${version} == *"cp35"* || ${version} == *"cp36"* || ${version} == *"cp37"* ]]; then
1414
PYBINARIES+=(${version})
1515
fi
1616
done

0 commit comments

Comments
 (0)