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

Drop support for Python 2.7? #70

Closed BoboTiG closed 11 months ago

BoboTiG commented 3 years ago

Are there any votes against dropping the Python 2.7 support?

daa commented 2 years ago

Actually 0.7.6 version already cannot be built with Python 2.7 because of using encoding argument to open function in setup.py.

BoboTiG commented 2 years ago

Ah, you are right. Since 0.7.6 (7 days ago, quite a small time lapse but still) nobody raised the issue, maybe is it an indicator that the support could be dropped?

BoboTiG commented 2 years ago

Anyway I'll release 0.7.7 with the support restored, thanks for the catch @daa :)