Skip to content

1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 15:56
· 67 commits to master since this release
b45532f
  • Scheduler.spawn() now accepts a name parameter, similar to asyncio.create_task(). (#385)
  • Removed async-timeout dependency on Python 3.11+. (#443)
  • Dropped Python 3.7 support.