- Update
marisa-triefor compatibility with Python 3.11+- This update changes the minimum compatible Python version of this package to Python 3.7
- Replace usage of
pkg_resources.resource_filenamewithimportlib_resources.filesaspkg_resourceshas been deprecated.
- Updated to CLDR v40.
- Norwegian Bokmål now prefers the language code 'no', not 'nb', following a change made throughout Unicode CLDR.
- Switched the build system to
poetry. To install the package in editable mode before PEP 660 is better supported, usepoetry installinstead ofpip install -e ..
- First release to PyPI.
- Separated this package from
langcodes.