We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b94b0 commit c5143a7Copy full SHA for c5143a7
.github/workflows/ci.yml
@@ -19,11 +19,11 @@ jobs:
19
matrix:
20
include:
21
# oldest version of pyhon / mypy which works
22
- - python-version: "3.7"
23
- mypy-version: "0.900"
+ - python-version: "3.9"
+ mypy-version: "1.1.1"
24
25
# latest version of everything
26
- - python-version: "3.10"
+ - python-version: "3.12"
27
mypy-version: "1.1.1"
28
29
steps:
0 commit comments