Skip to content
Snippets Groups Projects
Commit 08789a6f authored by Tim Schoof's avatar Tim Schoof
Browse files

Build wheels for more python versions

parent e0e48ae5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ numpy_versions[cp36m]=1.12.1
numpy_versions[cp37m]=1.14.5
numpy_versions[cp38]=1.17.3
for python_path in /opt/python/cp{27,35,36,37}*m; do
for python_path in /opt/python/cp{27,35,36,37,38}*; do
python_version=$(basename $python_path)
python_version=${python_version#*-}
python=$python_path/bin/python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment