Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Carrillo ca98c678b2
Merge pull request #8 from dcarrillo/add-3.10-tests
Add python 3.10 to the tests matrix
2021-12-24 12:54:31 +01:00
Daniel Carrillo 5b58df2b3a
Fix workflow yaml 2021-12-24 12:46:57 +01:00
Daniel Carrillo ad80450442
Add python 3.10 to the tests matrix 2021-12-24 12:45:01 +01:00
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