From 9e1e0766b7b1e3fb311fa62f57ec068f8f6411a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gr=C3=B3dek?= Date: Wed, 26 Jul 2023 09:13:54 +0200 Subject: [PATCH] Set python min version to 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3ef5a12..048478e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ maintainers = [ ] description = "CodiumAI PR-Agent is an open-source tool to automatically analyze a pull request and provide several types of feedback" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = ["ai", "tool", "developer", "review", "agent"] license = {file = "LICENSE", name = "Apache 2.0 License"} classifiers = [