pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.02k stars 91 forks source link

feat: Add support for Python 3.12 #94

Closed BoboTiG closed 9 months ago

BoboTiG commented 9 months ago

FTR I run the Cython wrapper with Cython 3.0.3 to see if any changes were needed, and no file was modified.

Fixes #93.