Skip to content

v0.11.0

Compare
Choose a tag to compare
@1st1 1st1 released this 05 Jul 00:52
· 207 commits to master since this release

New Features

Bug Fixes

Build

  • setup.py: Detect if the libuv submodule has not been checked out.
    (by @1st1 in a190cdd)

  • Fix race between futures cancellation and loop.remove_reader() /
    loop.remove_writer().
    (by @andr-04 and @1st1 in cb0a65a for #169)

  • Enable 3.7 CI on Travis and build wheels for 3.7.
    (by @1st1 in 37f964b for #179)