Skip to content

Commit

Permalink
Don't build python 3.4 binary wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 1, 2017
1 parent 02d7a77 commit 32e577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fi
set -euo pipefail
# ref: https://coderwall.com/p/fkfaqq/safer-bash-scripts-with-set-euxo-pipefail

PYTHON_VERSIONS="cp34-cp34m cp35-cp35m cp36-cp36m"
PYTHON_VERSIONS="cp35-cp35m cp36-cp36m"

# Avoid creation of __pycache__/*.py[c|o]
export PYTHONDONTWRITEBYTECODE=1
Expand Down

0 comments on commit 32e577e

Please sign in to comment.