mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 21:00:40 +08:00
Set python min version to 3.10
This commit is contained in:
@ -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"
|
description = "CodiumAI PR-Agent is an open-source tool to automatically analyze a pull request and provide several types of feedback"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.10"
|
||||||
keywords = ["ai", "tool", "developer", "review", "agent"]
|
keywords = ["ai", "tool", "developer", "review", "agent"]
|
||||||
license = {file = "LICENSE", name = "Apache 2.0 License"}
|
license = {file = "LICENSE", name = "Apache 2.0 License"}
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Reference in New Issue
Block a user