Run CI against Python 3.10

This commit is contained in:
Frost Ming
2021-11-05 10:12:42 +08:00
parent 1c42fe9fe3
commit 0f9e0d300b
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9, '3.10']
os: [MacOS, Ubuntu, Windows]
steps: