Run tests on Python 3.10

This commit is contained in:
Andrew Cassidy 2022-04-07 23:47:29 -07:00
parent c7583388c6
commit 94f692e6c5

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9 ]
python-version: [ 3.8, 3.9, 3.10 ]
click-version: [ click~=7.0, click~=8.0 ]
steps: