Add Python 3.10 to the testing

This commit is contained in:
Christian Clauss 2021-10-15 13:01:16 +02:00 committed by GitHub
parent b15bea16a8
commit dc11cf50ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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