diff --git a/README.md b/README.md index 1594ab0ad5..dbed478cc4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Some reasons you might want to use REST framework: * Python 3.10+ * Django 4.2, 5.0, 5.1, 5.2 -We **highly recommend** and only officially support the latest patch release of +We **highly recommend** and only officially support the latest patch release (for example, 3.12.x or 5.2.x) of each Python and Django series. # Installation diff --git a/docs/index.md b/docs/index.md index 87330f5aff..865b125072 100644 --- a/docs/index.md +++ b/docs/index.md @@ -90,8 +90,11 @@ REST framework requires the following: * Django (4.2, 5.0, 5.1, 5.2) * Python (3.10, 3.11, 3.12, 3.13, 3.14) -We **highly recommend** and only officially support the latest patch release of -each Python and Django series. +**Note:** Python **3.14** requires Django **5.2 or newer**. +For more details, see [Django version support](https://docs.djangoproject.com/en/5.2/faq/install/#what-python-version-can-i-use-with-django). + + +We **highly recommend** and only officially support the latest patch release (for example, 3.12.x or 5.2.x) of each supported Python and Django series. The following packages are optional: