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 0e73fe4 commit 64b79cbCopy full SHA for 64b79cb
scripts/internal/manylinux-build-common.sh
@@ -16,7 +16,7 @@ if [[ $# -eq 0 ]]; then
16
PYBIN=(/opt/python/*/bin)
17
PYBINARIES=()
18
for version in "${PYBIN[@]}"; do
19
- if [[ ${version} == *"cp36"* || ${version} == *"cp37"* || ${version} == *"cp38"* || ${version} == *"cp39"* ]]; then
+ if [[ ${version} == *"cp37"* || ${version} == *"cp38"* || ${version} == *"cp39"* ]]; then
20
PYBINARIES+=(${version})
21
fi
22
done
0 commit comments