From 19acda7cf0108745e8fa5ead7cf563ba13c6e2d9 Mon Sep 17 00:00:00 2001 From: konstin Date: Mon, 11 May 2026 11:30:20 +0200 Subject: [PATCH 1/2] Fix rebase --- peps/pep-0825.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/peps/pep-0825.rst b/peps/pep-0825.rst index 527c5559dc0..a818d29a415 100644 --- a/peps/pep-0825.rst +++ b/peps/pep-0825.rst @@ -1061,8 +1061,8 @@ 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: @@ -1070,7 +1070,7 @@ The following problems are deferred to subsequent PEPs in the series: - 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 From bea8e82539309c3898381c3b1444094797761c60 Mon Sep 17 00:00:00 2001 From: konstin Date: Mon, 11 May 2026 14:03:35 +0200 Subject: [PATCH 2/2] Fix dead reference --- peps/pep-0825.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0825.rst b/peps/pep-0825.rst index a818d29a415..3d2994a051c 100644 --- a/peps/pep-0825.rst +++ b/peps/pep-0825.rst @@ -1004,7 +1004,7 @@ Reference Implementation The `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 `__.