From 0e56816e2e6a61fba499cb2b4c442cce028f8b61 Mon Sep 17 00:00:00 2001 From: Preston Peranich Date: Fri, 21 Nov 2025 09:54:16 -0500 Subject: [PATCH] fix: remove patch constraint on python version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbe88ce..c541dc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] -requires-python = ">=3.10.15" +requires-python = ">=3.10" dependencies = [ "array-api-compat>=1.12.0", "typing-extensions>=4.14.1",