Skip to content

Commit

Permalink
Removed unneeded build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Apr 15, 2019
1 parent 6d948c0 commit 71be249
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions continuous-delivery/build-wheels-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
set -e
export MACOSX_DEPLOYMENT_TARGET="10.9"
/Library/Frameworks/Python.framework/Versions/2.7/bin/python setup.py bdist_wheel
#note python 3.3 on OSX is a no-go, there's no installer. If you can build python 3.3 from source
# you can build the wheel, easy-peasy
#/Library/Frameworks/Python.framework/Versions/3.4/bin/python3 setup.py bdist_wheel
/Library/Frameworks/Python.framework/Versions/3.5/bin/python3 setup.py bdist_wheel
/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 setup.py bdist_wheel
/Library/Frameworks/Python.framework/Versions/3.7/bin/python3 setup.py sdist bdist_wheel
Expand Down

0 comments on commit 71be249

Please sign in to comment.