Skip to content

Commit

Permalink
[ci] Remove python 3.8 from the test workflow and add 3.12 instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Jul 26, 2024
1 parent 92a7e9e commit dec087d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
- macos-latest
- windows-latest
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- pypy-3.8
- '3.12'
- pypy-3.9
- pypy-3.10
steps:
Expand Down

0 comments on commit dec087d

Please sign in to comment.