Skip to content

Commit

Permalink
Update cli string
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh committed Jan 23, 2024
1 parent d5c7d4e commit b941aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def check_python_version():
if sys.version_info >= (3, 11):
raise RuntimeError("Python versions 3.11 and above are not yet supported. Please use Python 3.8, 3.9 or 3.10.")
if sys.version_info < (3, 8):
raise RuntimeError("Python versions 3.6 and below are not supported. Please use Python 3.8, 3.9 or 3.10")
raise RuntimeError("Python versions 3.7 and below are not supported. Please use Python 3.8, 3.9 or 3.10")


def def_provision_parser(sub_cmd):
Expand Down

0 comments on commit b941aee

Please sign in to comment.