From b6e3756148621663c318b77bb265a7f1ed912bda Mon Sep 17 00:00:00 2001 From: parsa roshanak Date: Fri, 4 Jul 2025 20:30:00 +0330 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f56fedc..bb75657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "differintP" version = "0.0.3" description = "Modern, pure Python fractional calculus library (fork of differint)" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.10" license = { file = "LICENSE" } authors = [ { name = "iparsw", email = "parsaroshanak@gmail.com" }