From 45eb8d1ed59196015b583f521f460ebda98d9023 Mon Sep 17 00:00:00 2001 From: mabulgu Date: Fri, 22 Mar 2024 02:18:53 +0300 Subject: [PATCH] revert vers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21223bf..13e78e9 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.12" +requires-python = ">=3.8,<3.13" keywords = ["kafka", "strimzi", "cli", "operator", "kubernetes", "k8s", "openshift", "apache-kafka"] classifiers=[