Commit e307d5c
authored
ci: use Python 3.11 for mypy workflow to fix ci (#2625)
The mypy check on CI has been failing. The problem was the combination
of:
* We were using Python 3.8
* jpetrucciani/mypy-check@master updated to use mypy 1.15
* mypy 1.15 dropped support for Python 3.8
To fix, use Python 3.11.1 parent ef205f5 commit e307d5c
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
0 commit comments