diff options
| author | 2024-02-27 12:25:39 +0800 | |
|---|---|---|
| committer | 2024-02-27 12:25:39 +0800 | |
| commit | ab2c4024160330f3465686ffa3870d2316e797ae (patch) | |
| tree | 8478e909c90e23c966f403c3b69f63e849a2f641 /pyproject.toml | |
| parent | bdcc5c94bc9fca1cc4cf86b3c8bb0687e675b823 (diff) | |
| download | HydroRoll-ab2c4024160330f3465686ffa3870d2316e797ae.tar.gz HydroRoll-ab2c4024160330f3465686ffa3870d2316e797ae.zip | |
chore(project): update pyproject.toml and cargo.tomlv0.1.7
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f0277ef..194efa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "cachetools>=5.3.2", "iamai[onebot11]>=0.0.2", ] -requires-python = ">=3.8" +requires-python = ">=3.9" readme.content-type = "text/x-rst" readme.text = """See the `documentation <https://docs.hydroroll.team/>`_.""" license = {text = "MIT"} |
