File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626min_version = (3, 6)
2727if this_python < min_version:
2828 message_parts = [
29- "This script does not work on Python {}.{}".format(*this_python),
29+ "This script does not work on Python {}.{}. ".format(*this_python),
3030 "The minimum supported Python version is {}.{}.".format(*min_version),
3131 "Please use https://bootstrap.pypa.io/pip/{}.{}/get-pip.py instead.".format(*this_python),
3232 ]
Original file line number Diff line number Diff line change 2626min_version = (3, 7)
2727if this_python < min_version:
2828 message_parts = [
29- "This script does not work on Python {}.{}".format(*this_python),
29+ "This script does not work on Python {}.{}. ".format(*this_python),
3030 "The minimum supported Python version is {}.{}.".format(*min_version),
3131 "Please use https://bootstrap.pypa.io/pip/{}.{}/get-pip.py instead.".format(*this_python),
3232 ]
Original file line number Diff line number Diff line change 2626min_version = (3, 8)
2727if this_python < min_version:
2828 message_parts = [
29- "This script does not work on Python {}.{}".format(*this_python),
29+ "This script does not work on Python {}.{}. ".format(*this_python),
3030 "The minimum supported Python version is {}.{}.".format(*min_version),
3131 "Please use https://bootstrap.pypa.io/pip/{}.{}/get-pip.py instead.".format(*this_python),
3232 ]
Original file line number Diff line number Diff line change 2626min_version = {minimum_supported_version}
2727if this_python < min_version:
2828 message_parts = [
29- "This script does not work on Python {{}}.{{}}".format(*this_python),
29+ "This script does not work on Python {{}}.{{}}. ".format(*this_python),
3030 "The minimum supported Python version is {{}}.{{}}.".format(*min_version),
3131 "Please use https://bootstrap.pypa.io/pip/{{}}.{{}}/get-pip.py instead.".format(*this_python),
3232 ]
You can’t perform that action at this time.
0 commit comments