Add tests for Python 3.10

This commit is contained in:
Clinton Hall 2021-12-03 15:51:54 +13:00 committed by GitHub
commit 238ae6ba97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,9 @@ jobs:
python.version: '3.8'
Python39:
python.version: '3.9'
maxParallel: 5
Python310:
python.version: '3.10'
maxParallel: 3
steps:
- script: |