works with 3.6.9 (hopefully the final .9 isn't significant for us)

This commit is contained in:
cmccabe 2020-01-15 17:02:07 +00:00
parent 0443745cda
commit d6e8020fef
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ def signal_handler(sig, frame):
def main():
"""main function - handles argument parsing and calls menu system"""
low_py_ver = 3.7
low_py_ver = 3.6
py_ver = str(sys.version_info[0]) + "." + str(sys.version_info[1])
py_ver = float(py_ver)
if py_ver < low_py_ver: