Drop tests on Python 3.7 and add 3.10.
This commit is contained in:
parent
8fc825cf4d
commit
ef254f77fb
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python_version: ["3.7", "3.8", "3.9"]
|
||||
python_version: ["3.8", "3.9", "3.10"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue