From 64cd2d2fc268012870ff5eea65f261b5f34cdb83 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Wed, 12 Nov 2025 14:06:00 +0530 Subject: [PATCH] Set minimum supported Python version to 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d0f11d..9ab259d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] readme = "README.md" license = {text = "Apache-2.0"} -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ "llvmlite",