diff --git a/pyproject.toml b/pyproject.toml index 7c46b36..5db5b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "complexipy" -requires-python = ">=3.11" +requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",