diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-10-26 20:10:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-26 20:10:33 +0200 |
| commit | eb6cc01d0f62c73441a3610193ba210176d0935f (patch) | |
| tree | 15aef1cd4e1f72b73ba64a62e62d582d5c678a66 /docs/releases/4.1.txt | |
| parent | 350455b666a289d336fca770578887ce51f1aebe (diff) | |
Refs #33173 -- Doc'd Python 3.11 compatibility in Django 4.1.x.
Diffstat (limited to 'docs/releases/4.1.txt')
| -rw-r--r-- | docs/releases/4.1.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 55e19e09ea..dd1470fc15 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -18,8 +18,9 @@ project. Python compatibility ==================== -Django 4.1 supports Python 3.8, 3.9, and 3.10. We **highly recommend** and only -officially support the latest release of each series. +Django 4.1 supports Python 3.8, 3.9, 3.10, and 3.11 (as of 4.1.3). We +**highly recommend** and only officially support the latest release of each +series. .. _whats-new-4.1: |
