This commit is contained in:
Chester Curme 2025-02-03 14:30:55 -05:00
parent e20603e225
commit 1a22baf999

View File

@ -103,7 +103,7 @@ def _check_python_version_from_requirement(
return True
else:
marker_str = str(requirement.marker)
if "python_full_version" in marker_str:
if "python_version" or "python_full_version" in marker_str:
python_version_str = "".join(
char
for char in marker_str