Merge pull request #291 from mkinney/1_3_python

min req of python is 3.7 now; bump nanopb version
This commit is contained in:
mkinney
2022-03-02 13:55:09 -08:00
committed by GitHub
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",