diff --git a/pyproject.toml b/pyproject.toml index 314790c..0d474a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Command Line Interface for Strimzi Kafka Operator" authors = [{ name = "Aykut Bulgu", email = "aykut@systemcraftsman.com" }] readme = "README.md" license = {text = "Apache-2.0"} -requires-python = ">=3.9,<3.13" +requires-python = ">=3.9,<3.14" keywords = ["kafka", "strimzi", "cli", "operator", "kubernetes", "k8s", "openshift", "apache-kafka"] classifiers=[