Skip to content

Commit

Permalink
Merge pull request #281 from jhnbkr/master
Browse files Browse the repository at this point in the history
Added support for Django 3.2
  • Loading branch information
evansd committed Jul 16, 2021
2 parents 870813f + d1868be commit c8b49a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -117,7 +117,7 @@ Compatibility
WhiteNoise works with any WSGI-compatible application and is tested on Python
**3.5** – **3.8** and **PyPy**, on both Linux and Windows.

Django WhiteNoiseMiddlware is tested with Django versions **1.11** --- **3.1**
Django WhiteNoiseMiddlware is tested with Django versions **1.11** --- **3.2**


Endorsements
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -39,6 +39,7 @@ def read(*path):
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -25,6 +25,7 @@ deps =
django22: Django>=2.2,<3.0
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
django32: Django>=3.2,<3.3
master: https://github.com/django/django/archive/master.tar.gz
extras =
brotli
Expand Down

0 comments on commit c8b49a2

Please sign in to comment.