File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Compatibility
117
117
WhiteNoise works with any WSGI-compatible application and is tested on Python
118
118
**3.5 ** – **3.8 ** and **PyPy **, on both Linux and Windows.
119
119
120
- Django WhiteNoiseMiddlware is tested with Django versions **1.11 ** --- **3.1 **
120
+ Django WhiteNoiseMiddlware is tested with Django versions **1.11 ** --- **3.2 **
121
121
122
122
123
123
Endorsements
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def read(*path):
39
39
"Framework :: Django :: 2.2" ,
40
40
"Framework :: Django :: 3.0" ,
41
41
"Framework :: Django :: 3.1" ,
42
+ "Framework :: Django :: 3.2" ,
42
43
"Intended Audience :: Developers" ,
43
44
"License :: OSI Approved :: MIT License" ,
44
45
"Operating System :: OS Independent" ,
Original file line number Diff line number Diff line change 25
25
django22: Django>=2.2,<3.0
26
26
django30: Django>=3.0,<3.1
27
27
django31: Django>=3.1,<3.2
28
+ django32: Django>=3.2,<3.3
28
29
master: https://github.com/django/django/archive/master.tar.gz
29
30
extras =
30
31
brotli
You can’t perform that action at this time.
0 commit comments