1
0
wiki/Technology/ProgrammingLanguage/Python/文化/生命周期.md

30 lines
939 B
Markdown
Raw Normal View History

2022-10-18 20:32:41 +08:00
---
title: 生命周期
description: Python 版本生命周期
keywords:
2023-11-09 17:30:33 +08:00
- Python
- 生命周期
2022-10-18 20:32:41 +08:00
tags:
2023-11-09 17:30:33 +08:00
- Python/文化
2024-04-26 21:42:22 +08:00
- 技术/程序语言
2022-10-18 20:32:41 +08:00
author: 7Wate
date: 2022-10-18
---
## 版本列表
2023-11-09 17:30:33 +08:00
以下为官方目前支持的版本2022 年 10 月)
2022-10-18 20:32:41 +08:00
| 版本 | 最新微版本 | 发布日期 | 完全支持结束 | 安全修复结束 |
| -------- | ---------- | ---------- | ------------ | ------------ |
| 3.7 | *3.7.12* | 2018-06-27 | 2020-06-27 | 2023-06-27 |
| 3.8 | *3.8.12* | 2019-10-14 | 2021-05-03 | 2024-10 |
| 3.9 | *3.9.10* | 2020-10-05 | 2022-05 | 2025-10 |
| **3.10** | *3.10.2* | 2021-10-04 | 2023-05 | 2026-10 |
| 3.11 | 3.11.0a2 | 2022-10-03 | 2024-05 | 2027-10 |
| 3.12 | 需要更新 | 2023-10 | 2025-05 | 2028-10 |
## 支持周期
![Python支持周期](https://static.7wate.com/img/2022/10/18/91a0dbb596e75.png)