From de2407f88fa3701cf60fac851dc398a95b5aa1b1 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 15 Mar 2024 11:18:23 +0000 Subject: [PATCH] Update supported Python and Django versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078ac0711..0146b9e22 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ There is a live example API for testing purposes, [available here][sandbox]. # Requirements * Python 3.6+ -* Django 4.2, 4.1, 4.0, 3.2, 3.1, 3.0 +* Django 5.0, 4.2, 4.1, 4.0, 3.2, 3.1, 3.0. We **highly recommend** and only officially support the latest patch release of each Python and Django series.