v1.2.0
What's Changed
- Official Python 3.12 support
- Use
asyncio.Runner
instead ofasyncio.run
on Python 3.11+ - Optional
context
kwarg on Python 3.11 for passingcontextlib.Context
- Better
@mainpy.main
type hints - Several documentation improvements
- Improved CI workflow
- Configured dependabot
Fixes
- Fix
DeprecationWarning
withuvloop
on Python 3.12+
Full Changelog: v1.1.0...v1.2.0