Skip to content

Commit

Permalink
Remove python3.7 test as it is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Dec 1, 2023
1 parent 5e5e367 commit b74ef54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
python: 3.8
toxenv: codestyle

- name: Python 3.7 with minimal dependencies
- name: Python 3.8 with minimal dependencies
os: ubuntu-latest
python: 3.7
toxenv: py37-test
python: 3.8
toxenv: py38-test

- name: Python 3.8 with all optional dependencies and coverage checking
os: ubuntu-latest
Expand Down

0 comments on commit b74ef54

Please sign in to comment.