mirror of https://github.com/django/django.git
Refs #33173 -- Doc'd Python 3.11 compatibility in Django 4.1.x.
This commit is contained in:
parent
350455b666
commit
eb6cc01d0f
|
@ -51,7 +51,8 @@ What Python version can I use with Django?
|
|||
Django version Python versions
|
||||
============== ===============
|
||||
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 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,7 +4,8 @@ Django 4.1.3 release notes
|
|||
|
||||
*Expected November 1, 2022*
|
||||
|
||||
Django 4.1.3 fixes several bugs in 4.1.2.
|
||||
Django 4.1.3 fixes several bugs in 4.1.2 and adds compatibility with Python
|
||||
3.11.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue