Skip to content

Commit

Permalink
🙈 drop Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed May 14, 2024
1 parent c92df60 commit e2684ab
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 532 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
fail-fast: false
matrix:
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: macos-latest
python-version: 3.7

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

0 comments on commit e2684ab

Please sign in to comment.