From d39c98a7d207516390e52779e2656a6c39c14e87 Mon Sep 17 00:00:00 2001 From: AN Long Date: Sun, 20 Jul 2025 15:24:31 +0900 Subject: [PATCH] feat: Update minimal Python requires to 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c188d6e..7fbaa1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = { text = "MIT" } authors = [ { name = "Andrei Betlen", email = "abetlen@gmail.com" }, ] -requires-python = ">=3.7" +requires-python = ">=3.8" dependencies = [ "numpy>=1.20.0", "typing_extensions>=4.6.3",