From 4473c31a34f12e57b56fa69d089de660858033a2 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 28 Feb 2024 22:53:29 +0800 Subject: chore(version): bump ipdm to v0.1.4 --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') 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", +] -- cgit v1.2.3-70-g09d2