From 1b24fabdabb3f7a453c17b4766e4a69f02f6ec17 Mon Sep 17 00:00:00 2001 From: Isuru Fernando <isuruf@gmail.com> Date: Fri, 26 Jun 2020 10:58:42 -0500 Subject: [PATCH] 3.5 is not supported either --- travis/build-wheels.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/travis/build-wheels.sh b/travis/build-wheels.sh index f9cb01b7..513d5e20 100755 --- a/travis/build-wheels.sh +++ b/travis/build-wheels.sh @@ -33,8 +33,6 @@ for PYBIN in /opt/python/*/bin; do NUMPY_VERSION="1.11.3" elif [[ "${PYBIN}" == *cp37* ]]; then NUMPY_VERSION="1.14.5" - elif [[ "${PYBIN}" == *cp35* ]]; then - NUMPY_VERSION="1.9.3" elif [[ "${PYBIN}" == *cp38* ]]; then NUMPY_VERSION="1.17.3" else -- GitLab