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

Drop support for Python 3.4. #65

Closed christiemj09 closed 3 years ago

christiemj09 commented 3 years ago

Python 3.4 is deprecated, and conda has dropped it from its normal channels; see this post for a summary.

Conda threw errors in CI trying to find it, and neither py_stringsimjoin nor py_entitymatching still support Python 3.4. This PR removes it from Travis and Appveyor CI scripts.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 99.903% when pulling 706a36c02c2c2c1927f96f5d7e153ad20d12bfb2 on drop-py34 into 45c3a09c27e44691f0e850fe060640fa2adc3ce7 on master.