2025.11.11
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.matchis now opt-in.
The keyword argument has been renamedstrict_case(fromexactbefore),
defaulting toTrue.
Removed
- In
Language.match, removed the keyword argumentexact(replaced bystrict_case, defaulting toTrue). - Dropped support for Python 3.9.
Full Changelog: v2025.2.18...v2025.11.11