mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-26 15:30:41 +00:00
Remove unit tests for 3.9 and 3.8
This commit is contained in:
parent
38f59ba682
commit
96fb7fe4fb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unitest.yml
vendored
4
.github/workflows/unitest.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
python-version: ["3.10", "3.11"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -30,4 +30,4 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue