roy-ht / editdistance

Fast implementation of the edit distance(Levenshtein distance)
MIT License
661 stars 62 forks source link

Please at least build wheels for Python 3.12 #108

Open dhdaines opened 9 months ago

dhdaines commented 9 months ago

Since the source distribution is broken (#102 and #106) this breaks downstream packages that depend on editdistance via Panphon (https://github.com/dmort27/panphon)

We cannot fix this problem by, for example, including editdistance in our source distribution since it is Panphon's dependency, not ours.

Please, please, if you can't make a new source distribution, at least update your cibuildwheel to build for Python 3.12.