1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

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

Backport of 604df4e0adc71da264f61fe85020a170c98e6f09 from main.
This commit is contained in:
Mariusz Felisiak 2021-10-05 13:30:41 +02:00
parent 1aed4663c3
commit 82fee0446d
3 changed files with 6 additions and 4 deletions

View File

@ -53,7 +53,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.0 3.6, 3.7, 3.8, 3.9 (added in 3.0.11) 3.0 3.6, 3.7, 3.8, 3.9 (added in 3.0.11)
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)
============== =============== ============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially For each version of Python, only the latest micro release (A.B.C) is officially

View File

@ -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
======== ========

View File

@ -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 Django 3.2 supports Python 3.6, 3.7, 3.8, 3.9, and 3.10 (as of 3.2.9). We
only officially support the latest release of each series. **highly recommend** and only officially support the latest release of each
series.
.. _whats-new-3.2: .. _whats-new-3.2: