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
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@master