File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -819,9 +819,6 @@ def setSimpleConfig(modem_preset):
819819 f"*** A newer version v{ pypi_version } is available!"
820820 ' Consider running "pip install --upgrade meshtastic" ***\n '
821821 )
822- if sys .version_info [0 ] == 3 and sys .version_info [1 ] < 9 :
823- print (" *** this version of the CLI is the last that supports python 3.8 ***" )
824- print (" *** please update your python installation ***" )
825822 else :
826823 print ("Showing info of remote node is not supported." )
827824 print (
Original file line number Diff line number Diff line change @@ -322,9 +322,6 @@ def support_info():
322322 )
323323 else :
324324 print (f" meshtastic: v{ the_version } " )
325- if sys .version_info [0 ] == 3 and sys .version_info [1 ] < 9 :
326- print (" *** this version of the CLI is the last that supports python 3.8 ***" )
327- print (" *** please update your python installation ***" )
328325 print (f" Executable: { sys .argv [0 ]} " )
329326 print (
330327 f" Python: { platform .python_version ()} { platform .python_implementation ()} { platform .python_compiler ()} "
You can’t perform that action at this time.
0 commit comments