-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dev/test build for python 3.7 #2271
Conversation
It looks like travis isn't ready for 3.7 (travis-ci/travis-ci#9815). We can revisit in a few days. I did get a bare bones environment up and running with 3.7 and the minimal test suite passed, so that's a good sign. |
Python 3.7 tests seem happy now. I have a minimal environment setup for 3.7. It may be a bit until all the optional deps have 3.7 support so maybe we just merge this as is and migrate our more comprehensive test environments to 3.7 as needed. |
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.
Thanks @jhamman !
Nice, thanks! To be honest, I don't know if there's any particular need to even specify a Python version with Travis, given that we use conda environments for everything. |
* master: dev/test build for python 3.7 (pydata#2271) misc plotting fixes (pydata#2426)
whats-new.rst
for all changes andapi.rst
for new API