Skip to content

v1.2.0

Compare
Choose a tag to compare
@jorenham jorenham released this 29 Feb 21:41
· 27 commits to main since this release
2db2a05

What's Changed

  • Official Python 3.12 support
  • Use asyncio.Runner instead of asyncio.run on Python 3.11+
  • Optional context kwarg on Python 3.11 for passing contextlib.Context
  • Better @mainpy.main type hints
  • Several documentation improvements
  • Improved CI workflow
  • Configured dependabot

Fixes

  • Fix DeprecationWarning with uvloop on Python 3.12+

Full Changelog: v1.1.0...v1.2.0