diff --git a/README.md b/README.md index a1ba216393..02f8ca275e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ There is a live example API for testing purposes, [available here][sandbox]. * Python (2.7, 3.4, 3.5, 3.6, 3.7) * Django (1.11, 2.0, 2.1) +We **highly recommend** and only officially support the latest patch release of +each Python and Django series. + # Installation Install using `pip`... diff --git a/docs/index.md b/docs/index.md index f015078a4b..b5ef5f5a64 100644 --- a/docs/index.md +++ b/docs/index.md @@ -89,6 +89,9 @@ REST framework requires the following: * Python (2.7, 3.4, 3.5, 3.6, 3.7) * Django (1.11, 2.0, 2.1) +We **highly recommend** and only officially support the latest patch release of +each Python and Django series. + The following packages are optional: * [coreapi][coreapi] (1.32.0+) - Schema generation support.