Build wheels for Python 3.5.6 (issue #386).

This commit is contained in:
Peter Hawkins 2019-02-17 13:16:16 -05:00
parent eb9071c1b1
commit db7a24c0a5
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -xev
PYTHON_VERSIONS="2.7.15 3.6.8 3.7.2"
PYTHON_VERSIONS="2.7.15 3.5.6 3.6.8 3.7.2"
CUDA_VERSIONS="9.0 9.2 10.0"
CUDA_VARIANTS="cuda" # "cuda-included"

View File

@ -40,5 +40,6 @@ build_jax () {
rm -fr build/dist
build_jax 2.7.15 cp27
build_jax 3.5.6 cp35
build_jax 3.6.8 cp36
build_jax 3.7.2 cp37