From 6671e0f0dc52bf03ad9d3f2e3c634cb63c93e48d Mon Sep 17 00:00:00 2001 From: "renovatebot-confluentinc[bot]" <169726756+renovatebot-confluentinc[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:37:38 +0000 Subject: [PATCH] chore(deps): update python to >=3.14,<3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5933571..41e0f35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] license = {text = "Apache-2.0"} readme = "README.md" -requires-python = ">=3.9,<3.12" +requires-python = ">=3.14,<3.15" dependencies = [ "confluent-flink-table-api-python-plugin>=1.20.52", ]