Update Python version requirement to 3.8 in pyproject.toml

This commit is contained in:
Palash Tyagi 2025-04-11 01:23:31 +01:00
parent c0f7299643
commit c70dc11abd

View File

@ -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",