From cc2d80e90f37244f69e22bcb40068b255aafc956 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Tue, 10 Sep 2024 20:47:59 +0800 Subject: [PATCH] update min pytz verison --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed21d3d..eada548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ name = "tzfpy" requires-python = ">=3.8" [project.optional-dependencies] -pytz = ["pytz>=2023.3"] +pytz = ["pytz>=2024.1"] [project.urls] Documentation = "https://github.com/ringsaturn/tzfpy"