Skip to content

Commit 83f7f6f

Browse files
committed
Update to support 3.10, drop 3.7
1 parent 86e961b commit 83f7f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e -x
33

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

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

0 commit comments

Comments
 (0)