From 49f1e50ad7289a697594acdbd388d4eb1c9a722b Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Sat, 17 Feb 2024 18:07:24 +0000 Subject: [PATCH] Update README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 59ce4f4..07f3c3e 100644 --- a/README.rst +++ b/README.rst @@ -25,12 +25,12 @@ cases where you need Django to do some work before serving the actual file. Supported Python Versions ========================= -Python 3.7, 3.8, 3.9, and 3.10 are currently supported by this library. +Python 3.8, 3.9, 3.10, 3.11, and 3.10 are currently supported by this library. Supported Django Versions ========================= -Django 2.2, 3.2, and 4.0 are currently supported by this library. +Django 3.2, 4.2, and 5.0 are currently supported by this library. Fork ====