From 5338cda4235538f83fea44227cce9d7e28a0257c Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Thu, 20 Jul 2023 14:07:39 +0200 Subject: [PATCH] build: loosen the Python version requirement Signed-off-by: Simon Brugman --- kedro-airflow/pyproject.toml | 2 +- kedro-datasets/pyproject.toml | 2 +- kedro-docker/pyproject.toml | 2 +- kedro-telemetry/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kedro-airflow/pyproject.toml b/kedro-airflow/pyproject.toml index 2dbc6b717..e77c4f4d4 100644 --- a/kedro-airflow/pyproject.toml +++ b/kedro-airflow/pyproject.toml @@ -8,7 +8,7 @@ authors = [ {name = "Kedro"} ] description = "Kedro-Airflow makes it easy to deploy Kedro projects to Airflow" -requires-python = ">=3.7, <3.11" +requires-python = ">=3.7, <3.12" license = {text = "Apache Software License (Apache 2.0)"} dependencies = [ "kedro>=0.17.5", diff --git a/kedro-datasets/pyproject.toml b/kedro-datasets/pyproject.toml index cfa32ba2d..6ce2eaf6f 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.7, <3.11" +requires-python = ">=3.7, <3.12" license = {text = "Apache Software License (Apache 2.0)"} dependencies = [ "kedro>=0.16", diff --git a/kedro-docker/pyproject.toml b/kedro-docker/pyproject.toml index 0a9639956..ff0dc9113 100644 --- a/kedro-docker/pyproject.toml +++ b/kedro-docker/pyproject.toml @@ -8,7 +8,7 @@ authors = [ {name = "Kedro"} ] description = "Kedro-Docker makes it easy to package Kedro projects with Docker." -requires-python = ">=3.7, <3.11" +requires-python = ">=3.7, <3.12" license = {text = "Apache Software License (Apache 2.0)"} dependencies = [ "anyconfig~=0.10.0", # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/kedro-telemetry/pyproject.toml b/kedro-telemetry/pyproject.toml index 81ec2c60b..4294eea43 100644 --- a/kedro-telemetry/pyproject.toml +++ b/kedro-telemetry/pyproject.toml @@ -8,7 +8,7 @@ authors = [ {name = "Kedro"} ] description = "Kedro-Telemetry" -requires-python = ">=3.7, <3.11" +requires-python = ">=3.7, <3.12" license = {text = "Apache Software License (Apache 2.0)"} dependencies = [ "kedro~=0.18.0",