add python 3.10 to linting checks

This commit is contained in:
classabbyamp
2021-11-05 23:31:31 -04:00
parent 0189db8792
commit 718b2a7a80
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@master