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 a01e91c commit a8c0808Copy full SHA for a8c0808
pythonbuild/cpython.py
@@ -492,7 +492,7 @@ def derive_setup_local(
492
python_version, entry.get("minimum-python-version", "1.0")
493
)
494
python_max_match = meets_python_maximum_version(
495
- python_version, entry.get("minimum-python-version", "100.0")
+ python_version, entry.get("maximum-python-version", "100.0")
496
497
498
if target_match and (python_min_match and python_max_match):
0 commit comments