File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
fail-fast : false
134
134
matrix :
135
135
python-version : ['3.11', '3.12']
136
- django-version : ['4.2', '5.0']
136
+ django-version : ['4.2', '5.0', '5.1' ]
137
137
include :
138
138
- python-version : ' 3.8'
139
139
django-version : ' 4.2'
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ This rule helps us avoid tying in too closely to Django’s undocumented interna
132
132
- Update ` django-stubs-ext>= ` dependency in root ` setup.py ` to the same version number.
133
133
- Add a new row at the top of [ 'Version compatibility' table in README.md] ( README.md#version-compatibility ) .
134
134
- Use pull request title "Version x.y.z release" by convention.
135
+ - Add the correct classifiers to ` setup.py ` if support is added for a new Python or Django version
135
136
136
137
2 . Ensure the CI succeeds. A maintainer must merge this PR. If it's just a version bump, no need
137
138
to wait for a second maintainer's approval.
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" ,
72
72
"Framework :: Django :: 4.2" ,
73
73
"Framework :: Django :: 5.0" ,
74
+ "Framework :: Django :: 5.1" ,
74
75
],
75
76
project_urls = {
76
77
"Funding" : "https://github.com/sponsors/typeddjango" ,
You can’t perform that action at this time.
0 commit comments