chg: add python 3.10 in tests

pull/16/head
Raphaël Vinot 2022-03-17 12:42:33 +01:00
parent 64918ed2f5
commit 9c06b2ea01
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
steps: