-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Python3.7 wheels support #2546
Adding Python3.7 wheels support #2546
Conversation
Nice! |
Test FAILed. |
Test PASSed. |
@@ -13,7 +13,7 @@ rm -f /usr/bin/python2 | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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