v0.2.0: Python 3.10+ Support
What's Changed
- Add support for Python 3.10, 3.11, and 3.13
- Previously only Python 3.12+ was supported
- Now works in Google Colab (Python 3.11)
Features
- Replace Python 3.12-specific generic function syntax with TypeVar approach
- Fix datetime.UTC usage for Python 3.10 compatibility
- Add Python 3.10, 3.11, 3.13 to CI test matrix
- All tests passing on Python 3.10 through 3.13
Installation
pip install louieai==0.2.0Full Changelog: v0.1.1...v0.2.0