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", ]