diff --git a/kedro-datasets/pyproject.toml b/kedro-datasets/pyproject.toml index 3707211a6..f815316c0 100644 --- a/kedro-datasets/pyproject.toml +++ b/kedro-datasets/pyproject.toml @@ -8,7 +8,7 @@ authors = [ {name = "Kedro"} ] description = "Kedro-Datasets is where you can find all of Kedro's data connectors." -requires-python = ">=3.12" +requires-python = ">=3.10" license = {text = "Apache Software License (Apache 2.0)"} dependencies = [ "kedro>=0.19.7",