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 b77f596 commit b145096Copy full SHA for b145096
scripts/internal/manylinux-build-common.sh
@@ -10,7 +10,7 @@ if [[ $# -eq 0 ]]; then
10
PYBIN=(/opt/python/*/bin)
11
PYBINARIES=()
12
for version in "${PYBIN[@]}"; do
13
- if [[ ${version} == *"cp27"* || ${version} == *"cp35"* || ${version} == *"cp36"* ]]; then
+ if [[ ${version} == *"cp27"* || ${version} == *"cp35"* || ${version} == *"cp36"* || ${version} == *"cp37"* ]]; then
14
PYBINARIES+=(${version})
15
fi
16
done
0 commit comments