fix python3.10 build (#895)

This commit is contained in:
JC Louis
2022-01-28 17:51:51 +01:00
committed by GitHub
parent 54efb0a2a2
commit 448054f3c7

View File

@ -4,7 +4,7 @@ set -ex
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"
for PYBIN in /opt/python/{cp36-cp36m,cp37-cp37m,cp38-cp38,cp39-cp39}/bin; do
for PYBIN in /opt/python/{cp36-cp36m,cp37-cp37m,cp38-cp38,cp39-cp39,cp310-cp310}/bin; do
export PYTHON_SYS_EXECUTABLE="$PYBIN/python"
"${PYBIN}/pip" install -U setuptools-rust==0.11.3