Add Python 3.10 to test matrix

This commit is contained in:
Tom Christie 2021-12-10 11:26:51 +00:00 committed by GitHub
parent 1cb3fa2e81
commit 2fb26da319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
steps:
- uses: actions/checkout@v2