Skip to content

Commit

Permalink
Build wheels for Python 3.5.6 (issue #386).
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Feb 17, 2019
1 parent eb9071c commit db7a24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_jaxlib_wheels.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
1 change: 1 addition & 0 deletions build/build_jaxlib_wheels_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db7a24c

Please sign in to comment.