We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072f1d1 commit 04e7d64Copy full SHA for 04e7d64
build-wheels.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
-PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m"
+PYTHON_VERSIONS="cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m"
3
4
-POETRY_PYTHON="cp36-cp36m"
+POETRY_PYTHON="cp37-cp37m"
5
POETRY_VENV="/opt/python/poetry"
6
echo "Create Poetry's virtualenv"
7
/opt/python/${POETRY_PYTHON}/bin/pip install virtualenv
0 commit comments