Run CI also on Python 3.10

This commit is contained in:
Roman Zeyde
2021-10-25 08:35:28 +03:00
parent ee4b1fcdb6
commit b6de68e95c

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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