# HG changeset patch # User Augie Fackler # Date 2017-07-19 17:44:22 # Node ID 637267114513d02072256219ad866565771f42e9 # Parent 6192a67b7962bfad02c49704bbf74b7d91737746 contrib: drop Python 2.6 from manylinux1 wheel script diff --git a/contrib/build-linux-wheels.sh b/contrib/build-linux-wheels.sh --- a/contrib/build-linux-wheels.sh +++ b/contrib/build-linux-wheels.sh @@ -3,7 +3,7 @@ # https://github.com/pypa/python-manylinux-demo/blob/master/travis/build-wheels.sh set -e -x -PYTHON_TARGETS=$(ls -d /opt/python/cp2*/bin) +PYTHON_TARGETS=$(ls -d /opt/python/cp27*/bin) # Create an user for the tests useradd hgbuilder