Skip to content

Commit

Permalink
Run CI with Django 4.2 and declare in package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Apr 26, 2023
1 parent 2969651 commit b2a53b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions django_stubs_ext/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
],
project_urls={
"Release notes": "https://github.com/typeddjango/django-stubs/releases",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pre-commit==2.21.0
pytest==7.3.1
pytest-mypy-plugins==1.10.1
psycopg2-binary
Django==4.2
-e ./django_stubs_ext
-e .[compatible-mypy]

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def find_stub_files(name: str) -> List[str]:
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
],
project_urls={
"Release notes": "https://github.com/typeddjango/django-stubs/releases",
Expand Down

0 comments on commit b2a53b2

Please sign in to comment.