Lucas-C / pre-commit-hooks

git pre-commit hooks

Home Page:http://pre-commit.com/hooks.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-Levenshtein-wheels not available for python 3.10

daniela-winkler opened this issue · 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.

This is related to #18 & #19

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?

now that 1.3.1 is tagged, this should be closed?

You are right, but given that the latest release seem to have caused issues for Windows users,
I'm going to wait for PR #57 to be released before closing this.

Fixed by #58