mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
updated python version list
This commit is contained in:
parent
8967cd6efc
commit
35621f3b11
2 changed files with 1 additions and 2 deletions
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
|
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
|
|
@ -14,7 +14,6 @@ multidict==6.0.4
|
||||||
openai==0.27.6
|
openai==0.27.6
|
||||||
prompt-toolkit==3.0.38
|
prompt-toolkit==3.0.38
|
||||||
Pygments==2.15.1
|
Pygments==2.15.1
|
||||||
python-dotenv==1.0.0
|
|
||||||
requests==2.30.0
|
requests==2.30.0
|
||||||
rich==13.3.5
|
rich==13.3.5
|
||||||
smmap==5.0.0
|
smmap==5.0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue