From f7490aa7f62b95c6851b979ab28c4dec21dd8a9a Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 20 Nov 2023 19:48:24 +0100 Subject: [PATCH] Bump pendulum to v3.0.0b1 and drop support for Py v3.7 (#484) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12ac2e38..70f6ea3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,11 @@ keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"] include = ["g1_monetary_license/g1_monetary_license_*.rst"] [tool.poetry.dependencies] -python = "^3.7.0" +python = "^3.8.0" duniterpy = "~1.1.1" click = "^8.0.0" texttable = "^1.6.3" -pendulum = "^2.1.2" +pendulum = "3.0.0b1" [tool.poetry.group.test.dependencies] pytest = "^7.0.0" -- GitLab