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 dfcdc8c commit 5c8fb15Copy full SHA for 5c8fb15
versions.py
@@ -479,7 +479,7 @@ def get_all_min_versions(MIN_PYTHON):
479
elif args.mode == "max":
480
get_all_max_versions()
481
elif args.mode == "range":
482
- if len(args.python_version) <= 2:
+ if len(args.python_version) != 2:
483
raise IndexError("Please provide both a start and stop version")
484
start = args.python_version[0]
485
stop = args.python_version[1]
0 commit comments