Skip to content

Commit 865bb6a

Browse files
committed
Remove python 3.8 warning. protobufs: v2.3.15 (brought in by merge)
1 parent c049433 commit 865bb6a

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

meshtastic/__main__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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(

meshtastic/util.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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()}"

0 commit comments

Comments
 (0)