remove the max python version
This commit is contained in:
parent
261c95d147
commit
8b2fc74ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ keywords = ["codeflash", "performance", "optimization", "ai", "code", "machine l
|
|||
# poetry self add poetry-dynamic-versioning
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<3.13"
|
||||
python = ">=3.9"
|
||||
unidiff = ">=0.7.4"
|
||||
pytest = ">=7.0.0"
|
||||
gitpython = ">=3.1.31"
|
||||
|
|
|
|||
Loading…
Reference in a new issue