Skip to content

Commit

Permalink
🔥 Drop Python 3.7 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez authored Apr 25, 2023
1 parent 9c3b865 commit 55944d0
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
include:
- os: ubuntu-latest
pip-cache: ~/.cache/pip
Expand Down
Loading

0 comments on commit 55944d0

Please sign in to comment.