theelous3 / multio

A unifying library for curio and trio, supporting both async libs for great good.
MIT License
58 stars 7 forks source link

Why 3.6.x restrict? #14

Closed theelous3 closed 6 years ago

theelous3 commented 6 years ago

Why did we restrict to 3.6.x and up?

trio currently supports >=3.5.2, and curio doesn't completely shit the bed. Also, it broke my asks tests (it also broke multio's tests)

I reverted it for now.