Skip to content

Commit 04e7d64

Browse files
committed
Update build-wheels.sh scripts
1 parent 072f1d1 commit 04e7d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build-wheels.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
2-
PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m"
2+
PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m"
33

4-
POETRY_PYTHON="cp36-cp36m"
4+
POETRY_PYTHON="cp37-cp37m"
55
POETRY_VENV="/opt/python/poetry"
66
echo "Create Poetry's virtualenv"
77
/opt/python/${POETRY_PYTHON}/bin/pip install virtualenv

0 commit comments

Comments
 (0)