Merge pull request #8 from dcarrillo/add-3.10-tests

Add python 3.10 to the tests matrix
This commit is contained in:
Daniel Carrillo 2021-12-24 12:54:31 +01:00 committed by GitHub
commit ca98c678b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2