Skip to content

4.0

Closed Nov 6, 2022 100% complete

This library is effectively feature-complete, but in a new major version I would like to drop support for older Pythons. Right now, that effectively means this library would become 3.5+ only.

My goals for 3.5+ compatibility:

  • Fix some easy issues (like #119).
  • Maintain the ability to use the library outside of async code.
  • Do not double the API surface area.

This library is effectively feature-complete, but in a new major version I would like to drop support for older Pythons. Right now, that effectively means this library would become 3.5+ only.

My goals for 3.5+ compatibility:

  • Fix some easy issues (like #119).
  • Maintain the ability to use the library outside of async code.
  • Do not double the API surface area.

I'm open to design suggestions, or else will need to do some research on the right way to do this.

Loading