File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 43
43
"Framework :: Django :: 3.2" ,
44
44
"Framework :: Django :: 4.0" ,
45
45
"Framework :: Django :: 4.1" ,
46
+ "Framework :: Django :: 4.2" ,
46
47
],
47
48
project_urls = {
48
49
"Release notes" : "https://github.com/typeddjango/django-stubs/releases" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ pre-commit==2.21.0
5
5
pytest == 7.3.1
6
6
pytest-mypy-plugins == 1.10.1
7
7
psycopg2-binary
8
+ Django == 4.2
8
9
-e ./django_stubs_ext
9
10
-e .[compatible-mypy ]
10
11
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ def find_stub_files(name: str) -> List[str]:
71
71
"Framework :: Django :: 3.2" ,
72
72
"Framework :: Django :: 4.0" ,
73
73
"Framework :: Django :: 4.1" ,
74
+ "Framework :: Django :: 4.2" ,
74
75
],
75
76
project_urls = {
76
77
"Release notes" : "https://github.com/typeddjango/django-stubs/releases" ,
You can’t perform that action at this time.
0 commit comments