chg: add python 3.10 in tests
parent
64918ed2f5
commit
9c06b2ea01
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue