Skip to content

Commit

Permalink
Remove python 3.7 test due to EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
nd4p90x committed Sep 11, 2024
1 parent d8203ec commit 0254937
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Run with setup-python 3.7
uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Setup required modules
run: python -m pip install -r requirements.txt
- name: Run tests
run: python -m unittest discover -s segment

- name: Run with setup-python 3.8
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0254937

Please sign in to comment.