v0.6.0
What's Changed
Feat
- removed python 3.7 support
- minimize strings, bytes, int, float, boolean values
- minimize nonlocal and global names
- minimize type comments
Fix
- fix crash when minimizing raise statements
- remove the upper dependency bounds in pyproject.toml
- minimize kw_defaults correctly
- minimize function defaults correctly
- added py.typed
Full Changelog: v0.5.0...v0.6.0