check python v3.10 as well

This commit is contained in:
Mike Kinney
2022-01-05 18:18:31 -08:00
parent 30a51952e0
commit f42b1ad4e0
2 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
packages=["meshtastic"],
include_package_data=True,