unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
2.26k stars 140 forks source link

Feature: Python 3.13 support #530

Open jamesbraza opened 6 days ago

jamesbraza commented 6 days ago

Describe what you are looking for

With Python 3.13.0, running:

> pip install usearch
ERROR: Could not find a version that satisfies the requirement usearch (from versions: none)

Then looking at https://pypi.org/project/usearch/2.16.2/#files, I see no cp313 wheels.

Can we add Python 3.13 wheels?

Can you contribute to the implementation?

Is your feature request specific to a certain interface?

Python bindings

Contact Details

jamesbraza

Is there an existing issue for this?

Code of Conduct

ashvardanian commented 6 days ago

@jamesbraza, thanks for opening the issue 🤗 Sure, Python 3.13 support should be very easy to add. Any chance you could open a PRs patching the { pyproject.toml, prerelease.yml, release.yml } in { USearch, SimSIMD, StringZilla }?