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 2437196 commit a67972eCopy full SHA for a67972e
1 file changed
packages/google-crc32c/scripts/manylinux/build_on_centos.sh
@@ -48,10 +48,7 @@ if [[ -z ${BUILD_PYTHON} ]]; then
48
# Collect all target Python versions.
49
for PYTHON_BIN in /opt/python/*/bin; do
50
# H/T: https://stackoverflow.com/a/229606/1068170
51
- if [[ "${PYTHON_BIN}" == *"39"* ]]; then
52
- PYTHON_VERSIONS="${PYTHON_VERSIONS} ${PYTHON_BIN}"
53
- continue
54
- elif [[ "${PYTHON_BIN}" == *"310"* ]]; then
+ if [[ "${PYTHON_BIN}" == *"310"* ]]; then
55
PYTHON_VERSIONS="${PYTHON_VERSIONS} ${PYTHON_BIN}"
56
continue
57
elif [[ "${PYTHON_BIN}" == *"311"* ]]; then
0 commit comments