add python 3.10 (github actions) (#66)

This commit is contained in:
Dmitry Belyaev 2021-10-21 10:18:39 +03:00 committed by GitHub
parent 2ab96d1b00
commit a81192b96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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