From c70dc11abdf4e3af9263ad795dd6f280280aebba Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Fri, 11 Apr 2025 01:23:31 +0100 Subject: [PATCH] Update Python version requirement to 3.8 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4b2121..b34f104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "msyrs" version = "0.0.1" -requires-python = ">=3.7" +requires-python = ">=3.8" dependencies = [ "macrosynergy>=1.2.0",