diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-05 13:30:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 13:30:41 +0200 |
| commit | 604df4e0adc71da264f61fe85020a170c98e6f09 (patch) | |
| tree | 8e701bbc4a05f6cb35af5425f6387a107fa99f76 /docs/releases/3.2.txt | |
| parent | a31edf43b67143f41351ebe53d036f655c643f7a (diff) | |
Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 76d1ade6d5..15a079988d 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -23,8 +23,9 @@ end in April 2022. Python compatibility ==================== -Django 3.2 supports Python 3.6, 3.7, 3.8, and 3.9. We **highly recommend** and -only officially support the latest release of each series. +Django 3.2 supports Python 3.6, 3.7, 3.8, 3.9, and 3.10 (as of 3.2.9). We +**highly recommend** and only officially support the latest release of each +series. .. _whats-new-3.2: |
