Skip to content

Commit

Permalink
Standardize requirements section in docs (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Sep 24, 2023
1 parent 1929d89 commit 776fbc8
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ Worried that serving static files with Python is horribly inefficient?
Still think you should be using Amazon S3? Have a look at the `Infrequently
Asked Questions`_ below.

Requirements
------------

WhiteNoise works with any WSGI-compatible application.

Python 3.8 to 3.12 supported.

Django 3.2 to 5.0 supported.

Installation
------------

Expand Down Expand Up @@ -90,16 +99,6 @@ WhiteNoise was not specifically written with Flask in mind, but as Flask uses
the standard WSGI protocol it is easy to integrate with WhiteNoise (see the
:doc:`Using WhiteNoise with Flask <flask>` guide).


Compatibility
-------------

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

Django WhiteNoiseMiddleware is tested with Django versions **3.2** --- **4.2**


Endorsements
------------

Expand Down

0 comments on commit 776fbc8

Please sign in to comment.