# HG changeset patch # User Peter Sanchez # Date 1645118952 21600 # Thu Feb 17 11:29:12 2022 -0600 # Node ID 711af9e838de1ac44f5c13b5e31813ad28454239 # Parent 3ba10e1171979a3be71f6532176e5d5a96d67ad0 Minor readme update diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -16,13 +16,12 @@ Python / Django Support ======================= -- Python 3.6+ for Django versions 2.2+ +- Python 3.7+ for Django versions 2.2+ **Note:** As of version 1.4 we are only officially supporting Python -3.6+ and following the Django support schedule. Meaning we can only -guarantee support for the Django versions actively supported by the -Django project. However, older versions of Python and Django should -continue to work. We just will not guarantee it. +and Django versions that are supported by the official projects. So if a Python +or Django version is End-of-Life'd, then we will no longer support that +version either. Dependencies ============ diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -17,13 +17,12 @@ Python / Django Support ======================= -- Python 3.6+ for Django versions 2.2+ +- Python 3.7+ for Django versions 2.2+ -**Note:** As of version 1.4 we are only officially supporting Python -3.6+ and following the Django support schedule. Meaning we can only -guarantee support for the Django versions actively supported by the -Django project. However, older versions of Python and Django should -continue to work. We just will not guarantee it. +**Note:** As of version 1.4 we are only officially supporting Python and +Django versions that are supported by the official projects. So if a +Python or Django version is End-of-Life'd, then we will no longer +support that version either. Dependencies ============