Skip to content

Commit

Permalink
[ci] Remove python 3.7 and 3.8, add 3.12 runners (#624)
Browse files Browse the repository at this point in the history
* [ci] Remove python 3.7 runners from test workflow.

* [ci] Remove python 3.8 from the test workflow and add 3.12 instead.
  • Loading branch information
fjosw committed Jul 29, 2024
1 parent 9c75614 commit ef4a216
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,12 @@ jobs:
- macos-latest
- windows-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- pypy-3.7
- pypy-3.8
- '3.12'
- 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 ef4a216

Please sign in to comment.