Actually run tests on 3.10

This commit is contained in:
Jonathan Kim 2021-07-16 17:09:09 +01:00
parent 9b016d12cd
commit 595d5b5a9d

View File

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2