Set python min version to 3.10

This commit is contained in:
Piotr Gródek
2023-07-26 09:13:54 +02:00
parent 5ea607be58
commit 9e1e0766b7

View File

@ -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 = [