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
We're refactoring the argument parsing code and are using some functionality that isn't supported until Python 3.7 (ArgumentParser.parse_intermixed_args). It will be a while before this code goes live, but in the meantime, we should add a deprecation notice if users are running Python 3.6.
I don't think this should significantly inconvenience users. 3.6 is about four years old and 3.9 should come out in a few months. Homebrew uses 3.8 with jrnl, and Windows users don't have a default version to worry about.
The text was updated successfully, but these errors were encountered:
We're refactoring the argument parsing code and are using some functionality that isn't supported until Python 3.7 (
ArgumentParser.parse_intermixed_args
). It will be a while before this code goes live, but in the meantime, we should add a deprecation notice if users are running Python 3.6.I don't think this should significantly inconvenience users. 3.6 is about four years old and 3.9 should come out in a few months. Homebrew uses 3.8 with jrnl, and Windows users don't have a default version to worry about.
The text was updated successfully, but these errors were encountered: