mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
add py3.8, 3.9 to actions
This commit is contained in:
parent
9abaddb754
commit
caa61089d8
1 changed files with 1 additions and 1 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.10", "3.11"]
|
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue