diff options
| author | Asif Saifuddin Auvi <auvipy@gmail.com> | 2018-06-28 21:02:29 +0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-28 11:02:29 -0400 |
| commit | 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 (patch) | |
| tree | f528b1f0ec039447e709409df048c46e9f177b0a /docs/faq/install.txt | |
| parent | fd06488fe36acc27fbe37bf7c9aefc0574e9cc4e (diff) | |
Refs #28814 -- Documented Python 3.7 compatibility.
Diffstat (limited to 'docs/faq/install.txt')
| -rw-r--r-- | docs/faq/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index cb1474f7d2..6043f5c8ba 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -47,7 +47,7 @@ What Python version can I use with Django? Django version Python versions ============== =============== 1.11 2.7, 3.4, 3.5, 3.6 -2.0 3.4, 3.5, 3.6 +2.0 3.4, 3.5, 3.6, 3.7 2.1, 2.2 3.5, 3.6, 3.7 ============== =============== |
