update python to 3.10.5
This commit is contained in:
parent
5b97619411
commit
f971a95320
@ -1 +1 @@
|
|||||||
3.12.8
|
3.10.5
|
||||||
|
@ -41,7 +41,7 @@ Real Trader是一个量化交易执行平台,专为中国A股市场设计,
|
|||||||
|
|
||||||
## 环境要求
|
## 环境要求
|
||||||
|
|
||||||
- Python 3.12.8+
|
- Python 3.10.5+
|
||||||
- 依赖库:
|
- 依赖库:
|
||||||
- chinese-calendar
|
- chinese-calendar
|
||||||
- flask
|
- flask
|
||||||
|
@ -3,7 +3,7 @@ name = "real-trader"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12.8"
|
requires-python = ">=3.10.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"black>=25.1.0",
|
"black>=25.1.0",
|
||||||
"chinese-calendar>=1.10.0",
|
"chinese-calendar>=1.10.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user