Adding Python3.7 wheels support#2546
Conversation
|
Nice! |
|
Test FAILed. |
|
Test PASSed. |
| ln -s /opt/python/cp27-cp27m/bin/python2 /usr/bin/python2 | ||
|
|
||
| mkdir .whl | ||
| for PYTHON in cp27-cp27mu cp34-cp34m cp35-cp35m cp36-cp36m; do |
There was a problem hiding this comment.
Whether this works or not just depends on whether the base image already has Python 3.7 on it. The base image is the one used for building Arrow wheels.
|
we should revisit this, arrow now has support for 3.7 I think; see also #1115 |
fda3884 to
79948a1
Compare
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
pcmoritz
left a comment
There was a problem hiding this comment.
Note: I made sure this works with the earliest numpy compatible with python 3.7 on mac, see changes in the PR.
What do these changes do?
Build Python 3.7 wheels during travis tests.
Related issue number
#1115