Skip to content

Commit b43fb54

Browse files
committed
Update UnsupportedPythonVersion docstring
1 parent e13c48b commit b43fb54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pip/exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,5 @@ def hash_then_or(hash_name):
240240

241241

242242
class UnsupportedPythonVersion(InstallationError):
243-
"""Unsupported python version (related to PEP 345 Requires-Python)."""
243+
"""Unsupported python version according to Requires-Python package
244+
metadata."""

0 commit comments

Comments
 (0)