Django和Python版本兼容表

记录一下Python和Django版本的兼容性对照表,如果还在维护老的项目可以作参考:

Django 版本 Python 版本 备注
5.1 3.10, 3.11, 3.12
5.0 3.10, 3.11, 3.12 最低要求Python3.10
4.2 3.8, 3.9, 3.10, 3.11, 3.12 (从4.2.8开始)
4.1 3.8, 3.9, 3.10, 3.11 (从4.1.3开始)
4.0 3.8, 3.9, 3.10 最低要求Python3.8
3.2 LTS 3.6, 3.7, 3.8, 3.9, 3.10 (从3.2.9开始)
3.0 3.6, 3.7, 3.8, 3.9 (从3.0.11开始) 最低要求Python3.6
2.2 LTS 3.5, 3.6, 3.7, 3.8 (从2.2.8开始)
2.1 3.5, 3.6, 3.7
2.0 3.4, 3.5, 3.6, 3.7 最低要求Python3.4
1.11 LTS 2.7, 3.4, 3.5, 3.6, 3.7 (从1.11.17开始) 最后一个支持Python2
1.10 2.7, 3.4, 3.5
1.9 2.7, 3.4, 3.5
1.8 2.7, 3.2, 3.3, 3.4, 3.5
1.7 2.7, 3.2, 3.3, 3.4 不再支持Python2.6
1.6 2.6, 2.7, 3.2, 3.3
1.5 2.6.5, 2.7, 3.2, 3.3
1.4 2.5, 2.6, 2.7

参考链接:

https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django

https://docs.djangoproject.com/en

相关推荐
IVEN_10 小时前
只会Python皮毛?深入理解这几点,轻松进阶全栈开发
python·全栈
Ray Liang11 小时前
用六边形架构与整洁架构对比是伪命题?
java·python·c#·架构设计
AI攻城狮11 小时前
如何给 AI Agent 做"断舍离":OpenClaw Session 自动清理实践
python
千寻girling12 小时前
一份不可多得的 《 Python 》语言教程
人工智能·后端·python
AI攻城狮15 小时前
用 Playwright 实现博客一键发布到稀土掘金
python·自动化运维
曲幽15 小时前
FastAPI分布式系统实战:拆解分布式系统中常见问题及解决方案
redis·python·fastapi·web·httpx·lock·asyncio
孟健1 天前
Karpathy 用 200 行纯 Python 从零实现 GPT:代码逐行解析
python
码路飞1 天前
写了个 AI 聊天页面,被 5 种流式格式折腾了一整天 😭
javascript·python
曲幽1 天前
FastAPI压力测试实战:Locust模拟真实用户并发及优化建议
python·fastapi·web·locust·asyncio·test·uvicorn·workers