diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-18 15:56:29 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-19 16:33:01 +0100 |
| commit | f721fb937c6e41fab3cc1451f7170e8d9ab4940d (patch) | |
| tree | a38da5f34dbb24488ef067b2cfe88b77f389ec68 /docs/releases/4.2.txt | |
| parent | c342b58243fac5019290bb328d68093462066535 (diff) | |
[5.0.x] Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.
Backport of ecfea054ee2b8ddfa027459ff8b6aecba05facf7 from main
Diffstat (limited to 'docs/releases/4.2.txt')
| -rw-r--r-- | docs/releases/4.2.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index aeda95d7af..59f144a15c 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -23,8 +23,9 @@ end in April 2024. Python compatibility ==================== -Django 4.2 supports Python 3.8, 3.9, 3.10, and 3.11. We **highly recommend** -and only officially support the latest release of each series. +Django 4.2 supports Python 3.8, 3.9, 3.10, 3.11, and 3.12 (as of 4.2.8). We +**highly recommend** and only officially support the latest release of each +series. .. _whats-new-4.2: |
