From 5d2788bb5646e1213c1e91f4b11a9b9b68fa7159 Mon Sep 17 00:00:00 2001 From: eytan Date: Mon, 30 Jul 2018 10:05:01 -0400 Subject: [PATCH] update readme to indicate python3 support --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 354d9b5..90def20 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,10 @@ Fix/extension of: # Requirements -* **Python**: 2.7 -* **Django**: 1.10 +* **Python**: 3.4, 3.5, 3.6, 3.7 +* **Django**: 2.0 + +From Version 2.0 Django Filter is Python 3 only. If you need to support Python 2.7 use the version 1.0 release. # Installation