ztane / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
1.26k stars 155 forks source link

manylinux wheels for python-Levenshtein #28

Open adamhz opened 8 years ago

adamhz commented 8 years ago

Hey it would be great to support manylinux (and macOS and windows etc) wheels!

ztane commented 8 years ago

I know how to do manylinux with Travis, and will do it soon, but I am not quite sure how to do OSX or windows.

peterjc commented 4 years ago

TravisCI now supports macOS too.

CircleCI is another Linux option.

AppVeyor can be used for Windows.