diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "hydro_roll" -version = "0.1.6" +version = "0.1.7" dependencies = [ "pyo3", ] @@ -1,6 +1,6 @@ [package] name = "hydro_roll" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "A simple rust library for HydroRoll." license = "MIT" 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"} |
