Skip to content

Commit 5f56d53

Browse files
sunlin92sunlin92
authored andcommitted
docs: 更新Flask和Python版本要求
更新README中的Flask版本从2.0.3到3.1.0,并调整Python版本支持范围从<=3.10到>=3.9,<3.14
1 parent db2607f commit 5f56d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<h4 align="center">一个简单易用的CMS后端项目 | <a href="https://doc.cms.talelin.com/" target="_blank">Lin-CMS-Flask</a></h4>
1111

1212
<p align="center">
13-
<a href="http://Flask.pocoo.org/docs/2.0/" rel="nofollow">
14-
<img src="https://img.shields.io/badge/Flask-2.0.3-green.svg" alt="Flask version" data-canonical-src="https://img.shields.io/badge/Flask-2.0.3-green.svg" style="max-width:100%;"></a>
13+
<a href="http://Flask.pocoo.org/docs/3.0/" rel="nofollow">
14+
<img src="https://img.shields.io/badge/Flask-3.1.0-green.svg" alt="Flask version" data-canonical-src="https://img.shields.io/badge/Flask-3.1.0-green.svg" style="max-width:100%;"></a>
1515
<a href="https://www.python.org/" rel="nofollow">
16-
<img src="https://img.shields.io/badge/python-<=3.10-red.svg" alt="Flask version" data-canonical-src="https://img.shields.io/badge/python-<=3.10-red.svg" style="max-width:100%;">
16+
<img src="https://img.shields.io/badge/python->=3.9,<3.14-red.svg" alt="Python version" data-canonical-src="https://img.shields.io/badge/python->=3.9,<3.14-red.svg" style="max-width:100%;">
1717
</a>
1818
<a href="https://doc.cms.talelin.com/" rel="nofollow"><img src="https://img.shields.io/badge/license-MIT-skyblue.svg" alt="LISENCE" data-canonical-src="https://img.shields.io/badge/license-MIT-skyblue.svg" style="max-width:100%;"></a>
1919
</p>

0 commit comments

Comments
 (0)