File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -551,18 +551,17 @@ Requires-Python
551551.. versionadded :: 1.2
552552
553553This field specifies the Python version(s) that the distribution is
554- guaranteed to be compatible with. Installation tools may look at this when
554+ compatible with. Installation tools may look at this when
555555picking which version of a project to install.
556556
557557The value must be in the format specified in :doc: `version-specifiers `.
558558
559- This field cannot be followed by an environment marker.
559+ For example, if a distribution uses :ref: `f-strings <whatsnew36-pep498 >`
560+ then it may prevent installation on Python < 3.6 by specifying::
560561
561- Examples::
562+ Requires-Python: >=3.6
562563
563- Requires-Python: >=3
564- Requires-Python: >2.6,!=3.0.*,!=3.1.*
565- Requires-Python: ~=2.6
564+ This field cannot be followed by an environment marker.
566565
567566.. _core-metadata-requires-external :
568567
You can’t perform that action at this time.
0 commit comments