We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72b168b + 1c2186a commit 5ea6de1Copy full SHA for 5ea6de1
1 file changed
source/specifications/core-metadata.rst
@@ -477,14 +477,13 @@ picking which version of a project to install.
477
478
The value must be in the format specified in :doc:`version-specifiers`.
479
480
-This field may be followed by an environment marker after a semicolon.
+This field cannot be followed by an environment marker.
481
482
Examples::
483
484
Requires-Python: >=3
485
Requires-Python: >2.6,!=3.0.*,!=3.1.*
486
Requires-Python: ~=2.6
487
- Requires-Python: >=3; sys_platform == 'win32'
488
489
490
Requires-External (multiple use)
0 commit comments