[ci] Run tests on python3.10

This commit is contained in:
Nemo 2021-12-30 17:02:30 +05:30
parent 5167dd4c8a
commit c614de7efc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.6", "3.7", "3.8", "3.9"]
python: ["3.7", "3.8", "3.9", "3.10"]
env:
PYTHON_VERSION: ${{matrix.python}}
steps: