Update Github CI removing end-of-lifed Python 3.6 and 3.7, add 3.11

This commit is contained in:
Henrich Hartzer
2023-07-07 15:42:25 +00:00
parent b87630803f
commit a1bffe4f26
2 changed files with 3 additions and 4 deletions

View File

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