diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-13 08:35:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 08:35:01 +0200 |
| commit | e18156b6c35908f2a4026287b5225a6a4da8af1a (patch) | |
| tree | 18f337d5b96e2de3b3bdce556dda5f313ca86f27 /docs/releases/2.2.txt | |
| parent | c9f12f149f4c42aa34b3cbea17e964dfbf942cfb (diff) | |
Refs #31040 -- Doc'd Python 3.9 compatibility.
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 3f21c55b18..315c013771 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -23,9 +23,9 @@ end in April 2020. Python compatibility ==================== -Django 2.2 supports Python 3.5, 3.6, 3.7, and 3.8 (as of 2.2.8). We -**highly recommend** and only officially support the latest release of each -series. +Django 2.2 supports Python 3.5, 3.6, 3.7, 3.8 (as of 2.2.8), and 3.9 (as of +2.2.17). We **highly recommend** and only officially support the latest release +of each series. .. _whats-new-2.2: |
