Skip to content

Commit 64b79cb

Browse files
committed
ENH: Do not build 3.6 wheels on Linux
1 parent 0e73fe4 commit 64b79cb

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
@@ -16,7 +16,7 @@ if [[ $# -eq 0 ]]; then
1616
PYBIN=(/opt/python/*/bin)
1717
PYBINARIES=()
1818
for version in "${PYBIN[@]}"; do
19-
if [[ ${version} == *"cp36"* || ${version} == *"cp37"* || ${version} == *"cp38"* || ${version} == *"cp39"* ]]; then
19+
if [[ ${version} == *"cp37"* || ${version} == *"cp38"* || ${version} == *"cp39"* ]]; then
2020
PYBINARIES+=(${version})
2121
fi
2222
done

0 commit comments

Comments
 (0)