Skip to content

Commit

Permalink
Disable python3.7 in CI
Browse files Browse the repository at this point in the history
python3.7 has reached end of life.
  • Loading branch information
cffls committed Apr 28, 2024
1 parent 08c37c8 commit d666124
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11']

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

0 comments on commit d666124

Please sign in to comment.