v0.3.0 - Python 3.10+ Support
What's Changed
π Features
- Add support for Python 3.10, 3.11, and 3.13
- Enable Google Colab compatibility (Python 3.11)
π Fixes
- Replace Python 3.12-specific generic function syntax with TypeVar approach
- Fix datetime.UTC usage for Python 3.10 compatibility
π¦ Package Updates
- Update minimum Python requirement from 3.12 to 3.10
- Add Python version classifiers for 3.10, 3.11, and 3.13
- Update CI test matrix to test all supported versions
This release significantly expands Python version compatibility, making louieai available to a much wider audience including Google Colab users.
Full Changelog: v0.2.0...v0.3.0