From 7349fac002df7040a6bcc828d0037a9d12745a9b Mon Sep 17 00:00:00 2001 From: tdhooghe Date: Wed, 23 Oct 2024 11:43:34 +0200 Subject: [PATCH] revert requires-python to 3.10 Signed-off-by: tdhooghe --- kedro-datasets/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",