Open graipher opened 3 days ago
Fixes #212
Increase allowed version range for simsimd to allow for the current 6.x version. This should allow installing this package with Python 3.13.
Arguably, the Python version constraint should also be changed to python = ">=3.9,<3.14" to make it more explicit that any newer Python version is not automatically usable.
python = ">=3.9,<3.14"
Fixes #212
Increase allowed version range for simsimd to allow for the current 6.x version. This should allow installing this package with Python 3.13.