Skip to content

Commit b2a53b2

Browse files
committed
Run CI with Django 4.2 and declare in package metadata
1 parent 2969651 commit b2a53b2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

django_stubs_ext/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"Framework :: Django :: 3.2",
4444
"Framework :: Django :: 4.0",
4545
"Framework :: Django :: 4.1",
46+
"Framework :: Django :: 4.2",
4647
],
4748
project_urls={
4849
"Release notes": "https://github.com/typeddjango/django-stubs/releases",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pre-commit==2.21.0
55
pytest==7.3.1
66
pytest-mypy-plugins==1.10.1
77
psycopg2-binary
8+
Django==4.2
89
-e ./django_stubs_ext
910
-e .[compatible-mypy]
1011

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def find_stub_files(name: str) -> List[str]:
7171
"Framework :: Django :: 3.2",
7272
"Framework :: Django :: 4.0",
7373
"Framework :: Django :: 4.1",
74+
"Framework :: Django :: 4.2",
7475
],
7576
project_urls={
7677
"Release notes": "https://github.com/typeddjango/django-stubs/releases",

0 commit comments

Comments
 (0)