Skip to content

Commit eccdf58

Browse files
committed
Include an optional null variant in the example
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent 02bcf97 commit eccdf58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

peps/pep-0825.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ like:
339339
"variants": {
340340
// REQUIRED: entries for all wheel variants for the package version
341341
342+
// if a null variant is present
343+
"null": {},
344+
342345
// "x8664v3_openblas" label corresponds to:
343346
// - blas_lapack :: library :: openblas
344347
// - x86_64 :: level :: v3

0 commit comments

Comments
 (0)