aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 408c69d4..3dd8d94f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "infini"
-version = "2.0.4"
+version = "2.0.5"
description = "Infini 核心标准文本输入输出模块"
authors = [
{ name = "苏向夜", email = "fu050409@163.com" },
@@ -10,7 +10,7 @@ dependencies = [
"rich>=13.7.0",
"jinja2>=3.1.3",
]
-requires-python = ">=3.10"
+requires-python = ">=3.8"
readme = "README.md"
license = { text = "MIT" }