We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50bb27 commit 2cc0701Copy full SHA for 2cc0701
1 file changed
source/specifications/dependency-specifiers.rst
@@ -297,7 +297,7 @@ For example::
297
298
sys_platform == "ios" or sys_platform == "darwin"
299
sys_platform == "linux" and "SMP" in platform_version
300
- sys_platform == "darwin" and platform_version >= "12"
+ sys_platform == "darwin" and platform_release >= "12"
301
302
Python's comparison chaining (such as ``3.4 < python_version < 3.9``) is NOT
303
supported in environment markers (such expressions must instead be written out
0 commit comments