From ef2bddfb631784144321f35b8cdf52f89952bda2 Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Tue, 16 Jun 2026 06:11:50 -0700 Subject: [PATCH] require python >= 3.11 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73dfd7ee3..42a0e9e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ "vulkan", "gpu", ] -requires-python = ">= 3.10" +requires-python = ">= 3.11" dependencies = [ "numpy>=1.23.0", "pygfx==0.15.3",