From 7efbbdc1b3ba6272fbf7a31a43f0229956260c5d Mon Sep 17 00:00:00 2001 From: Isuru Fernando <isuruf@gmail.com> Date: Wed, 6 Nov 2019 00:12:32 -0600 Subject: [PATCH] Use numpy 1.17.3 for python 3.8 --- travis/build-wheels.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/build-wheels.sh b/travis/build-wheels.sh index b004fa3d..3d92524c 100755 --- a/travis/build-wheels.sh +++ b/travis/build-wheels.sh @@ -35,6 +35,8 @@ for PYBIN in /opt/python/*/bin; do NUMPY_VERSION="1.14.5" elif [[ "${PYBIN}" == *cp35* ]]; then NUMPY_VERSION="1.9.3" + elif [[ "${PYBIN}" == *cp38* ]]; then + NUMPY_VERSION="1.17.3" else NUMPY_VERSION="1.8.2" fi -- GitLab