aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-02-28 22:53:29 +0800
committer苏向夜 <fu050409@163.com>2024-02-28 22:53:29 +0800
commit4473c31a34f12e57b56fa69d089de660858033a2 (patch)
tree6dba20fbdee4bcc03a11b6b386176957708b65db /pyproject.toml
parent5ecf879bc72e73883d5a1f7bb1c748118fa5d9ce (diff)
downloadipm-4473c31a34f12e57b56fa69d089de660858033a2.tar.gz
ipm-4473c31a34f12e57b56fa69d089de660858033a2.zip
chore(version): bump ipdm to v0.1.4v0.1.4
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f395264..9f83d2a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ipdm"
-version = "0.1.3"
+version = "0.1.4"
description = "Infini 包管理器"
authors = [
{ name = "苏向夜", email = "fu050409@163.com" },
@@ -12,7 +12,7 @@ dependencies = [
"requests>=2.31.0",
"rich>=13.7.0",
]
-requires-python = ">=3.10"
+requires-python = ">=3.8"
readme = "README.md"
license = { text = "MIT" }
@@ -30,3 +30,6 @@ distribution = true
test = [
"pytest>=7.4.4",
]
+dev = [
+ "pytest>=8.0.2",
+]