min req of python is 3.7 now; bump nanopb version

This commit is contained in:
Mike Kinney
2022-03-02 13:29:19 -08:00
parent 58de84945f
commit dbf54396f3
15 changed files with 4121 additions and 234 deletions

View File

@@ -23,8 +23,6 @@ setup(
classifiers=[
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
@@ -39,7 +37,7 @@ setup(
extras_require={
'tunnel': ["pytap2>=2.0.0"]
},
python_requires='>=3.6',
python_requires='>=3.7',
entry_points={
"console_scripts": [
"meshtastic=meshtastic.__main__:main",