From 6150092c3ce7f37f105382592591a1589c9ee2d1 Mon Sep 17 00:00:00 2001 From: Tony Pan Date: Mon, 13 Jan 2025 13:00:52 -0500 Subject: [PATCH] ENH: updated to python 3.12 as requirement. --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 8aacb97..548a448 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" license = {file = "LICENSE"} classifiers = ["License :: OSI Approved :: MIT License"] dynamic = ["version", "description"] -requires-python = ">=3.10" +requires-python = ">=3.12" dependencies = [ "numpy", ]