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

Explicitly support 3.10 and 3.11 (#82) #83

Closed zware closed 1 year ago

zware commented 1 year ago

This includes #81, which is a prerequisite due to nose no longer being compatible with Python 3.10+.

Fixes #82.