mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 21:34:59 +00:00
bump the python version to <3.13
This commit is contained in:
parent
d5f4ba2278
commit
fb1e6ad8a0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ setup(
|
|||
"aider": ["queries/*"],
|
||||
},
|
||||
install_requires=requirements,
|
||||
python_requires=">=3.9,<3.12",
|
||||
python_requires=">=3.9,<3.13",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"aider = aider.main:main",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue