From 2ca36d9c0a8d8bc5e179a363fa5d6862dbd4fa0a Mon Sep 17 00:00:00 2001
From: Isuru Fernando <isuruf@gmail.com>
Date: Fri, 26 Jun 2020 10:51:38 -0500
Subject: [PATCH] Python 2.7 is not supported

---
 travis/build-wheels.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/travis/build-wheels.sh b/travis/build-wheels.sh
index 709f5f9d..f9cb01b7 100755
--- a/travis/build-wheels.sh
+++ b/travis/build-wheels.sh
@@ -37,10 +37,8 @@ for PYBIN in /opt/python/*/bin; do
         NUMPY_VERSION="1.9.3"
     elif [[ "${PYBIN}" == *cp38* ]]; then
         NUMPY_VERSION="1.17.3"
-    elif [[ "${PYBIN}" == *cp39* ]]; then
-        continue
     else
-        NUMPY_VERSION="1.8.2"
+        continue
     fi
     # Build with the oldest numpy available to be compatible with newer ones
     "${PYBIN}/pip" install "numpy==${NUMPY_VERSION}" pybind11 mako
-- 
GitLab