rapidfuzz / RapidFuzz

Rapid fuzzy string matching in Python using various string metrics
https://rapidfuzz.github.io/RapidFuzz/
MIT License
2.61k stars 116 forks source link

Add support for free threaded Python #399

Open maxbachmann opened 1 month ago

maxbachmann commented 1 month ago

Look into what's required to support the free threaded Python build.

henryiii commented 1 month ago

See https://py-free-threading.github.io for some info on free-threaded support.