We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e499db4 commit 94d5271Copy full SHA for 94d5271
.github/scripts/get_min_versions.py
@@ -98,7 +98,7 @@ def _check_python_version_from_requirement(
98
return True
99
else:
100
marker_str = str(requirement.marker)
101
- if "python_version" or "python_full_version" in marker_str:
+ if "python_version" in marker_str or "python_full_version" in marker_str:
102
python_version_str = "".join(
103
char
104
for char in marker_str
0 commit comments