Add python 3.10 in github action matrix

This commit is contained in:
Paolo Melchiorre 2021-10-26 18:47:03 +02:00
parent 51c7d783ee
commit fd9c43107f
No known key found for this signature in database
GPG key ID: 5F8222398E1ED035

View file

@ -13,7 +13,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
steps:
- uses: actions/checkout@v2