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
117117WhiteNoise works with any WSGI-compatible application and is tested on Python
118118**3.5 ** – **3.8 ** and **PyPy **, on both Linux and Windows.
119119
120- Django WhiteNoiseMiddlware is tested with Django versions **1.11 ** --- **3.1 **
120+ Django WhiteNoiseMiddlware is tested with Django versions **1.11 ** --- **3.2 **
121121
122122
123123Endorsements
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def read(*path):
3939 "Framework :: Django :: 2.2" ,
4040 "Framework :: Django :: 3.0" ,
4141 "Framework :: Django :: 3.1" ,
42+ "Framework :: Django :: 3.2" ,
4243 "Intended Audience :: Developers" ,
4344 "License :: OSI Approved :: MIT License" ,
4445 "Operating System :: OS Independent" ,
Original file line number Diff line number Diff line change 2525 django22: Django>=2.2,<3.0
2626 django30: Django>=3.0,<3.1
2727 django31: Django>=3.1,<3.2
28+ django32: Django>=3.2,<3.3
2829 master: https://github.com/django/django/archive/master.tar.gz
2930extras =
3031 brotli
You can’t perform that action at this time.
0 commit comments