update python to 3.10.5

This commit is contained in:
zhiyong 2025-05-10 21:20:47 +08:00
parent 5b97619411
commit f971a95320
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
3.12.8
3.10.5

View File

@ -41,7 +41,7 @@ Real Trader是一个量化交易执行平台专为中国A股市场设计
## 环境要求
- Python 3.12.8+
- Python 3.10.5+
- 依赖库:
- chinese-calendar
- flask

View File

@ -3,7 +3,7 @@ name = "real-trader"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12.8"
requires-python = ">=3.10.5"
dependencies = [
"black>=25.1.0",
"chinese-calendar>=1.10.0",

2
uv.lock generated
View File

@ -1,6 +1,6 @@
version = 1
revision = 1
requires-python = ">=3.12.8"
requires-python = ">=3.10.5"
[[package]]
name = "black"