From 9afeb6b9b6d4e025306c918e7e717288049cbdfd Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 18 Nov 2023 15:56:29 +0100 Subject: [4.2.x] Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x. Backport of ecfea054ee2b8ddfa027459ff8b6aecba05facf7 from main. --- docs/faq/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/faq/install.txt') diff --git a/docs/faq/install.txt b/docs/faq/install.txt index fc19dda0ab..6642b200ca 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -53,7 +53,7 @@ Django version Python versions 3.2 3.6, 3.7, 3.8, 3.9, 3.10 (added in 3.2.9) 4.0 3.8, 3.9, 3.10 4.1 3.8, 3.9, 3.10, 3.11 (added in 4.1.3) -4.2 3.8, 3.9, 3.10, 3.11 +4.2 3.8, 3.9, 3.10, 3.11, 3.12 (added in 4.2.8) ============== =============== For each version of Python, only the latest micro release (A.B.C) is officially -- cgit v1.3