-
Notifications
You must be signed in to change notification settings - Fork 187
Conversation
.travis.yml
Outdated
@@ -17,6 +17,8 @@ matrix: | |||
env: TOXENV=py35-tests | |||
- python: 3.6 | |||
env: TOXENV=py36-tests | |||
- python: 3.7-dev |
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.
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.
3.7-dev is ancient compared to 3.7. There are other ways to get the real python 3.7
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.
Yes, it is, but I don't like the work arounds mentioned in the ticket. I hope that the travis-ci folks will fix this soon.
This change looks fine except for the issue with Travis-CI. I rather wait for them to support the official 3.7 release instead of using the old development branch. So I'm not merging this for now, hopefully it will be resolved soon. |
@michael-k thanks for taking the time to do this and sorry for the delay. |
If you use the xenial image you can get python3.7 for real |
3320fe4
to
cfdbe61
Compare
Importing abstract base classes from collections is deprecated since Python 3.7, see https://bugs.python.org/issue25988.
I've added |
No description provided.