Skip to content

Commit

Permalink
chore: Drop support for Python 3.7 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Mar 20, 2024
1 parent e02d39d commit c4e4376
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 538 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit c4e4376

Please sign in to comment.