Skip to content

Commit

Permalink
[ci] Remove python 3.7 runners from test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Jul 26, 2024
1 parent 9c75614 commit 92a7e9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ jobs:
- macos-latest
- windows-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- pypy-3.7
- pypy-3.8
- pypy-3.9
- pypy-3.10
exclude:
- { platform: windows-latest, python-version: pypy-3.7 }
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 92a7e9e

Please sign in to comment.