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 d394dc7 + 510a2aa commit ccd26b4Copy full SHA for ccd26b4
scripts/internal/manylinux-build-common.sh
@@ -9,12 +9,12 @@ sudo cp ${script_dir}/Support.cmake /usr/share/cmake-3.17/Modules/FindPython/
9
10
# Versions can be restricted by passing them in as arguments to the script
11
# For example,
12
-# manylinux-build-wheels.sh cp35
+# manylinux-build-wheels.sh cp39
13
if [[ $# -eq 0 ]]; then
14
PYBIN=(/opt/python/*/bin)
15
PYBINARIES=()
16
for version in "${PYBIN[@]}"; do
17
- if [[ ${version} == *"cp35"* || ${version} == *"cp36"* || ${version} == *"cp37"* || ${version} == *"cp38"* || ${version} == *"cp39"* ]]; then
+ if [[ ${version} == *"cp36"* || ${version} == *"cp37"* || ${version} == *"cp38"* || ${version} == *"cp39"* ]]; then
18
PYBINARIES+=(${version})
19
fi
20
done
0 commit comments