Test against python 3.8->3.10

This commit is contained in:
Gabriel Augendre 2021-11-18 18:36:07 +01:00
parent e7d65af67a
commit 32686f9c6c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
max-parallel: 9
fail-fast: false
matrix:
python-version: [3.7, 3.8]
python-version: [3.8, 3.9, 3.10]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps: