From f6b3218c7a07100e5cae53c707b172b53c6b413b Mon Sep 17 00:00:00 2001 From: Phil Starkey Date: Mon, 18 Mar 2024 12:43:09 +1100 Subject: [PATCH] Update documentation with new requirements --- docs/overview.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index 7292258..f9c5247 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -11,7 +11,9 @@ API, we suggest you consider switching to HashIDs instead. ## Requirements -* Python (2.7, 3.4, 3.5) -* [Django](https://github.com/django/django) (1.8, 1.10, 1.11) -* [Django REST Framework](https://github.com/tomchristie/django-rest-framework) (3.4, 3.5, 3.6) +* Python (3.8, 3.9, 3.10, 3.11, 3.12) +* [Django](https://github.com/django/django) (3.2, 4.2, 5.0) +* [Django REST Framework](https://github.com/tomchristie/django-rest-framework) + (3.12, 3.13, 3.14, 3.15). Note Django REST Framework 3.15 is the first version to + officially support Django 4.2+. * [HashIds](https://github.com/davidaurelio/hashids-python) (>1.0)