remove the max python version

This commit is contained in:
Saurabh Misra 2024-08-11 17:01:49 -07:00
parent 261c95d147
commit 8b2fc74ccd

View file

@ -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"