Skip to content

Commit ad1a4fb

Browse files
committed
scripts: manylinux add 3.8 build and drop 2.7
1 parent 854fef9 commit ad1a4fb

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"* || ${version} == *"cp37"* ]]; then
13+
if [[ ${version} == *"cp35"* || ${version} == *"cp36"* || ${version} == *"cp37"* || ${version} == *"cp38"* ]]; then
1414
PYBINARIES+=(${version})
1515
fi
1616
done

0 commit comments

Comments
 (0)