1
0
mirror of https://github.com/django/django.git synced 2025-10-26 23:26:08 +00:00

[5.2.x] Refs #35844 -- Doc'd Python 3.14 compatibility.

Backport of 56977b466c from main.
This commit is contained in:
Mariusz Felisiak
2025-10-13 16:34:26 +02:00
parent 83f6fe810d
commit a8c9b5b263
14 changed files with 26 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ Django version Python versions
4.2 3.8, 3.9, 3.10, 3.11, 3.12 (added in 4.2.8)
5.0 3.10, 3.11, 3.12
5.1 3.10, 3.11, 3.12, 3.13 (added in 5.1.3)
5.2 3.10, 3.11, 3.12, 3.13
5.2 3.10, 3.11, 3.12, 3.13, 3.14 (added in 5.2.8)
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially