Merge pull request #213 from mkinney/add_python_310

check python v3.10 as well
This commit is contained in:
mkinney
2022-01-05 18:20:55 -08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v2
- name: Install Python 3
@@ -58,6 +59,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v2
- name: Install Python 3

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,