python-Levenshtein-wheels not available for python 3.10
daniela-winkler opened this issue · 6 comments
I recently upgraded my python version to 3.10 and found out that python-Levenshtein-wheels are not maintained anymore. To my knowledge there is a fork of this library with python 3.10 support: https://pypi.org/project/Levenshtein/
I would appreciate if you adapt the dependencies.
Based on the latest comment on ztane/python-Levenshtein#61
I think we can go back to python-Levenshtein
.
Would you like to submit a PR?
Thank you for accepting my changes. Unfortunately, using python-Levenshtein causes problems for Windows users while everything works fine for Linux users. When using Windows, I'm able to install https://pypi.org/project/Levenshtein/. Would you mind if I adapt the dependencies (again)?
Sure, feel free to submit a PR!
Also, if you are familiar with GitHub actions, adding a pipeline execution in a Windows would be very welcome to ensure compatibility with this OS is validated.
now that 1.3.1 is tagged, this should be closed?