test another version of mypy (#4326)

This commit is contained in:
Samuel Colvin
2022-08-04 16:50:44 +01:00
committed by GitHub
parent d53259aa58
commit ea739fcb22
+1 -1
View File
@@ -223,7 +223,7 @@ jobs:
strategy:
fail-fast: false
matrix:
mypy-version: ['0.910', '0.921', '0.931', '0.942', '0.950']
mypy-version: ['0.910', '0.921', '0.931', '0.942', '0.950', '0.960']
steps:
- uses: actions/checkout@v3