update mypy ci (#4073)

* update mypy ci

* test against older mypy
This commit is contained in:
Samuel Colvin
2022-05-14 12:31:29 +01:00
committed by GitHub
parent 3e9cd71325
commit b246bc6859
+1 -1
View File
@@ -179,7 +179,7 @@ jobs:
strategy:
fail-fast: false
matrix:
mypy-version: ['0.910', '0.920', '0.921']
mypy-version: ['0.910', '0.921', '0.931', '0.942', '0.950']
steps:
- uses: actions/checkout@v3