Add py3.10 to tested python versions (#2056)

This commit is contained in:
adamus1red
2021-11-26 19:30:49 +00:00
committed by GitHub
parent e298882acc
commit 1efef60350

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
python-version: ["3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
steps:
- uses: actions/checkout@v2