WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
952 stars 125 forks source link

Remove Python 2 support code #192

Open QuLogic opened 1 month ago

QuLogic commented 1 month ago

Python 2 was dropped in #166 / the 2.0.0 release, so non-PY3K code is clutter that can be dropped. Python 3.6 and 3.7 were dropped in the 2.1.0 release, so code for Python 3 < 3.3 can also be removed.