From 0feaad047b96bd39a6bea651a06f7afbbfe532d1 Mon Sep 17 00:00:00 2001 From: Ryan Sheftel Date: Fri, 12 Apr 2024 08:15:23 -0400 Subject: [PATCH] Lower required python version to 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2acc989..efc12fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] description = "Market and exchange trading calendars for pandas" readme = "README.rst" -requires-python = ">=3.9" +requires-python = ">=3.8" keywords = ["trading", "exchanges", "markets", "OTC", "datetime", "holiday", "business days"] license = { text = "MIT" } classifiers = [