Skip to content

Commit

Permalink
Fix documented supported Python and Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Jan 2, 2023
1 parent 42a6523 commit 24cc31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ Compatibility
-------------

WhiteNoise works with any WSGI-compatible application and is tested on Python
**3.7** – **3.10**, on both Linux and Windows.
**3.7** – **3.11**, on both Linux and Windows.

Django WhiteNoiseMiddleware is tested with Django versions **2.2** --- **4.0**
Django WhiteNoiseMiddleware is tested with Django versions **3.2** --- **4.1**


Endorsements
Expand Down

0 comments on commit 24cc31e

Please sign in to comment.