Skip to content

Commit

Permalink
Add Django 3.1 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Aug 4, 2020
1 parent 3feb037 commit 2f273a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
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.0**
Django WhiteNoiseMiddlware is tested with Django versions **1.11** --- **3.1**


Endorsements
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def read(*path):
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =
django21: Django>=2.1,<2.2
django22: Django>=2.2,<3.0
django30: Django>=3.0,<3.1
django31: Django==3.1rc1
django31: Django>=3.1,<3.2
master: https://github.com/django/django/archive/master.tar.gz
extras =
brotli
Expand Down

0 comments on commit 2f273a8

Please sign in to comment.