Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
492 stars 162 forks source link

Python 3.12 support #221

Open iiSeymour opened 1 month ago

iiSeymour commented 1 month ago

Hey @Martinsos

Python 3.12 is the latest version of Python which was released on 2023-10-02 https://devguide.python.org/versions/

Many operating systems are shipping with Python 3.12 as the default now (Ubuntu / Fedora). Given Python 3.12’s growing adoption, we are currently updating our projects that depend on edlib to be compatible with this new version. To facilitate a smoother transition and enhance our deployment process, could you please consider adding prebuilt wheels for Python 3.12 to PyPI?

Thank you for considering this request and for your continued support and development of edlib.