@@ -49,25 +49,12 @@ This fully working [typed boilerplate](https://github.com/wemake-services/wemake
49
49
50
50
We rely on different ` django ` and ` mypy ` versions:
51
51
52
- | django-stubs | mypy version | django version | python version
53
- | --------------| ---- | ---- | ---- |
54
- | 1.16.0 | 1.1.x | 3.2.x or 4.0.x or 4.1.x | ^3.7
55
- | 1.15.0 | 1.0.x | 3.2.x or 4.0.x or 4.1.x | ^3.7
56
- | 1.14.0 | 0.990+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
57
- | 1.13.0 | 0.980+ | 3.2.x or 4.0.x or 4.1.x | ^3.7
58
- | 1.12.0 | 0.931+ | 3.2.x or 4.0.x | ^3.7
59
- | 1.11.0 | 0.931+ | 3.2.x | ^3.7
60
- | 1.10.0 | 0.931+ | 3.2.x | ^3.7
61
- | 1.9.0 | 0.910 | 3.2.x | ^3.6
62
- | 1.8.0 | 0.812 | 3.1.x | ^3.6
63
- | 1.7.0 | 0.790 | 2.2.x \|\| 3.x | ^3.6
64
- | 1.6.0 | 0.780 | 2.2.x \|\| 3.x | ^3.6
65
- | 1.5.0 | 0.770 | 2.2.x \|\| 3.x | ^3.6
66
- | 1.4.0 | 0.760 | 2.2.x \|\| 3.x | ^3.6
67
- | 1.3.0 | 0.750 | 2.2.x \|\| 3.x | ^3.6
68
- | 1.2.0 | 0.730 | 2.2.x | ^3.6
69
- | 1.1.0 | 0.720 | 2.2.x | ^3.6
70
- | 0.12.x | old semantic analyzer (<0.711), dmypy support | 2.1.x | ^3.6
52
+ | django-stubs | Mypy version | Django version | Django partial support | Python version |
53
+ | --------------| --------------| ----------------| ------------------------| ----------------|
54
+ | 4.2.0 | 1.2.x | 4.2 | 4.1, 4.0, 3.2 | 3.7 - 3.11 |
55
+ | 1.16.0 | 1.1.x | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |
56
+ | 1.15.0 | 1.0.x | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |
57
+ | 1.14.0 | 0.990+ | 4.1 | 4.0, 3.2 | 3.7 - 3.11 |
71
58
72
59
## Features
73
60
0 commit comments