We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e961b commit 83f7f6fCopy full SHA for 83f7f6f
build-wheels.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e -x
3
4
-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")
5
6
for PY in "${py_vers[@]}"; do
7
"${PY}/pip" wheel /io/ -w wheelhouse/
0 commit comments