Skip to content

Commit

Permalink
no longer able to build Python 2.5 versions (hopefully temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBender committed Dec 16, 2015
1 parent debc36e commit df3c600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release_to_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
rm -Rfv build/

# Python 2.5 doesn't support wheels
python2.5 setup.py bdist_egg
rm -Rfv build/
# python2.5 setup.py bdist_egg
# rm -Rfv build/

for ver in 2.7 3.4; do
python$ver setup.py bdist_egg
Expand Down

0 comments on commit df3c600

Please sign in to comment.