added 3.10 to tests

This commit is contained in:
Will McGugan 2021-05-19 16:58:33 +01:00
parent 12bd89dac9
commit 978034da81
2 changed files with 13 additions and 5 deletions

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.1"]
defaults:
run:
shell: bash