-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Labels
featureNew feature wantedNew feature wanted
Description
Problem / Motivation
Saw the project on Hacker News today and was eager to try it out in one of my projects. It only supports Python 3.13 or later though, meaning I got the following error from uv:
Because zvec==0.2.0 has no wheels with a matching Python version tag (e.g., `cp313`) and only zvec<=0.2.0 is available, we can conclude that zvec>=0.2.0 cannot be used.
And because PROJECT depends on zvec>=0.2 and your project requires PROJECT, we can conclude that your project's requirements are unsatisfiable.
hint: Wheels are available for `zvec` (v0.2.0) with the following Python ABI tags: `cp310`, `cp311`, `cp312`Proposed Solution
Would be great to have full support for the latest Python versions.
Alternatives Considered
None
Affected Area
{"label" => "Python API / Bindings"}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature wantedNew feature wanted
Type
Projects
Status
Backlog