Skip to content

Commit

Permalink
py-bindings/build-wheels: remove Py3.5 from the script
Browse files Browse the repository at this point in the history
It's not supported by PyO3 anymore.
  • Loading branch information
fjarri committed May 18, 2021
1 parent 145c6db commit f3c0d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umbral-pre-python/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export PATH="$HOME/.cargo/bin:$PATH"

cd /io/umbral-pre-python

for PYBIN in /opt/python/cp{35,36,37,38,39}*/bin; do
for PYBIN in /opt/python/cp{36,37,38,39}*/bin; do
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust
"${PYBIN}/python" setup.py bdist_wheel
done
Expand Down

0 comments on commit f3c0d61

Please sign in to comment.