You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sequence is now in `collections.abc` and will be removed from
`collections` in 3.8.
* zip() returns an iterator in Python 3 and must be wrapped with
something like list() or tuple() to be realized.
* Remove support for 2.6.
* Add tox tests for 3.6 and 3.7.
* Update .travis.yml to match tox versions.
0 commit comments