You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For newcomers to Python, this is hard to figure out.
blurb should error out if the Python version is too old.
I recommend that the code check the value of sys.version_info and
error out with a message indicating that the Python version is too old.