Skip to content

[Feature]: Support for Python 3.13 and 3.14 #131

@mirkolenz

Description

@mirkolenz

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"}

Metadata

Metadata

Assignees

Labels

featureNew feature wanted

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions