Skip to content

v0.3.0 - Python 3.10+ Support

Choose a tag to compare

@lmeyerov lmeyerov released this 29 Jul 21:25
· 42 commits to main since this release
0aa6b6a

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