anhaidgroup / py_stringmatching

A comprehensive and scalable set of string tokenizers and similarity measures in Python
https://sites.google.com/site/anhaidgroup/projects/py_stringmatching
BSD 3-Clause "New" or "Revised" License
135 stars 16 forks source link

Add support for Python 3.10 and 3.11 #82

Closed zware closed 1 year ago

zware commented 1 year ago

This requires addressing GH-78 due to nose no longer being compatible with Python 3.10+, for which I've submitted PR #81.