manylinux: Build pip with cp38

cp35 is no longer supported and get-pip.py fails to build.
This commit is contained in:
Matt McCormick
2021-01-27 21:33:45 -05:00
parent 72b83fc276
commit a5d4d6dcb1
3 changed files with 12 additions and 9 deletions

View File

@ -20,7 +20,10 @@ done
cd /tmp
curl -# -LO https://bootstrap.pypa.io/get-pip.py
# Todo: Need to update base image from Debian Stretch for the required Python
# 3.6 or later
# curl -# -LO https://bootstrap.pypa.io/get-pip.py
curl -# -LO https://bootstrap.pypa.io/2.7/get-pip.py
${PYTHON} get-pip.py --ignore-installed
rm get-pip.py