From b685d945b56b73bb6be684c5b5a736f128ec8d1d Mon Sep 17 00:00:00 2001 From: Rob Charlwood <368364+robcharlwood@users.noreply.github.com> Date: Thu, 5 Dec 2019 11:44:55 +0000 Subject: [PATCH] Update README.rst --- README.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f318f521..1fc711c0 100644 --- a/README.rst +++ b/README.rst @@ -26,13 +26,16 @@ Requirements Tested with: -* Python: 2.7, 3.5.7, 3.6.8, 3.7 -* Django: 1.11, 2.0, 2.1, 2.2 +* Python: 2.7, 3.5, 3.6, 3.7, 3.8 +* Django: 1.11, 2.0, 2.1, 2.2, 3.0 .. note:: - Django 2.2 requires SQLite 3.8.3 or later, from the Django 2.2 release notes: - Django 2.2 supports Python 3.5, 3.6, and 3.7. We highly recommend and only officially support the latest release of each series. +* Django 2.2 requires SQLite 3.8.3 +* Django 2.2 supports Python 3.5, 3.6, and 3.7. +* Django 3.0 supports Python 3.6, 3.7 and 3.8. +We highly recommend and only officially support the latest release of each series. + Installation ------------