From 2d4af9e3257bd4b04a7def6ea3903c3d703396cd Mon Sep 17 00:00:00 2001 From: Ben Berry Date: Mon, 9 Mar 2026 11:42:32 -0700 Subject: [PATCH] docs: Update django & python version in docs --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 100a4b3..c195b85 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,8 +4,8 @@ Feature flags allow you to toggle functionality in both Django code and the Djan ## Dependencies -- Django 2.2, 3.0, 4.x -- Python 3.7+ +- Django 4.2, 5.1, 5.2, 6.0 +- Python 3.10+ ## Installation