1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[4.1.x] Refs #33173 -- Doc'd Python 3.11 compatibility in Django 4.1.x.

Backport of eb6cc01d0f from main.
This commit is contained in:
Mariusz Felisiak
2022-10-26 20:10:33 +02:00
parent 7b208d7e93
commit ddf3ee6f9e
3 changed files with 7 additions and 4 deletions

View File

@@ -53,7 +53,8 @@ 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)
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.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)
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially