Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions peps/pep-0825.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ Reference Implementation
The `variantlib <https://github.com/wheelnext/variantlib>`__ project
contains a reference implementation of a complete variant wheel
solution. It is compliant with this PEP, but also goes beyond it,
providing example solutions to `open issues`_.
providing example solutions to some of deferred items.

A client for installing variant wheels is implemented in a
`uv branch <https://github.com/astral-sh/uv/pull/12203>`__.
Expand Down Expand Up @@ -1061,16 +1061,16 @@ justifies the benefit of more compact, and slightly more consistent
naming.


Open Issues
===========
Out of scope
------------

The following problems are deferred to subsequent PEPs in the series:

- governance of variant namespaces
- determining which variant properties are compatible with the system
- building variant wheels

In addition to that, the following issues are left undefined:
In addition to that, the following questions are left undefined:

- Selecting variant wheels from multiple sources. Currently, there is no
standard defined behavior for regular wheels, nor consensus across
Expand Down
Loading