Skip to content

Commit

Permalink
Update to support 3.10, drop 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Oct 19, 2022
1 parent 86e961b commit 83f7f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-wheels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e -x

py_vers=("/opt/python/cp37-cp37m/bin" "/opt/python/cp38-cp38/bin" "/opt/python/cp39-cp39/bin")
py_vers=("/opt/python/cp38-cp38/bin" "/opt/python/cp39-cp39/bin" "/opt/python/cp310-cp310/bin")

for PY in "${py_vers[@]}"; do
"${PY}/pip" wheel /io/ -w wheelhouse/
Expand Down

0 comments on commit 83f7f6f

Please sign in to comment.