Skip to content

Commit

Permalink
feat: drop python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kitagry committed Oct 11, 2023
1 parent 6a52320 commit 50b5d74
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 257 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
tests:
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 5
max-parallel: 4
matrix:
platform: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 50b5d74

Please sign in to comment.