Browse Source

Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.

Mariusz Felisiak 3 years ago
parent
commit
604df4e0ad
3 changed files with 6 additions and 4 deletions
  1. 1 1
      docs/faq/install.txt
  2. 2 1
      docs/releases/3.2.9.txt
  3. 3 2
      docs/releases/3.2.txt

+ 1 - 1
docs/faq/install.txt

@@ -52,7 +52,7 @@ Django version Python versions
 ============== ===============
 ============== ===============
 2.2            3.5, 3.6, 3.7, 3.8 (added in 2.2.8), 3.9 (added in 2.2.17)
 2.2            3.5, 3.6, 3.7, 3.8 (added in 2.2.8), 3.9 (added in 2.2.17)
 3.1            3.6, 3.7, 3.8, 3.9 (added in 3.1.3)
 3.1            3.6, 3.7, 3.8, 3.9 (added in 3.1.3)
-3.2            3.6, 3.7, 3.8, 3.9
+3.2            3.6, 3.7, 3.8, 3.9, 3.10 (added in 3.2.9)
 4.0, 4.1       3.8, 3.9, 3.10
 4.0, 4.1       3.8, 3.9, 3.10
 ============== ===============
 ============== ===============
 
 

+ 2 - 1
docs/releases/3.2.9.txt

@@ -4,7 +4,8 @@ Django 3.2.9 release notes
 
 
 *Expected November 1, 2021*
 *Expected November 1, 2021*
 
 
-Django 3.2.9 fixes several bugs in 3.2.8.
+Django 3.2.9 fixes several bugs in 3.2.8 and adds compatibility with Python
+3.10.
 
 
 Bugfixes
 Bugfixes
 ========
 ========

+ 3 - 2
docs/releases/3.2.txt

@@ -23,8 +23,9 @@ end in April 2022.
 Python compatibility
 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:
 .. _whats-new-3.2: