diff --git a/pyproject.toml b/pyproject.toml index 39bed4d209581b272a8491fbce6c3f28029fdd57..1e8869ad5163477af5201e53e48bd3a6ff2ffbdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description="CPU implementation of operators of the AIDGE framework" dependencies = [ "numpy", ] -requires-python = ">= 3.8" +requires-python = ">= 3.10" readme = "README.md" license = { file = "LICENSE" } classifiers = [