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.
2 parents d627426 + b20d77b commit f38144aCopy full SHA for f38144a
scripts/internal/manylinux-build-common.sh
@@ -12,7 +12,7 @@ if [[ $# -eq 0 ]]; then
12
PYBIN=(/opt/python/*/bin)
13
PYBINARIES=()
14
for version in "${PYBIN[@]}"; do
15
- if [[ ${version} == *"cp37"* || ${version} == *"cp38"* || ${version} == *"cp39"* || ${version} == *"cp310"* || ${version} == *"cp311" ]]; then
+ if [[ ${version} == *"cp37"* || ${version} == *"cp38"* || ${version} == *"cp39"* || ${version} == *"cp310"* || ${version} == *"cp311"* ]]; then
16
PYBINARIES+=(${version})
17
fi
18
done
0 commit comments