diff --git a/pyproject.toml b/pyproject.toml index 13e78e9..21223bf 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.8,<3.13" +requires-python = ">=3.8,<=3.12" keywords = ["kafka", "strimzi", "cli", "operator", "kubernetes", "k8s", "openshift", "apache-kafka"] classifiers=[