Skip to content

2025.11.11

Choose a tag to compare

@jacksonllee jacksonllee released this 11 Nov 15:21
· 7 commits to main since this release

Added

  • Added support for Python 3.14.

Changed

  • Updated the ISO 639 data from SIL to the latest 2025-10-15 release.
  • Case-insensitive matching for Language.match is now opt-in.
    The keyword argument has been renamed strict_case (from exact before),
    defaulting to True.

Removed

  • In Language.match, removed the keyword argument exact (replaced by strict_case, defaulting to True).
  • Dropped support for Python 3.9.

Full Changelog: v2025.2.18...v2025.11.11