Skip to content

Commit

Permalink
Remove Python 3.7 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- authored Nov 4, 2024
1 parent 55cf2b4 commit 94fe3b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os: macos-latest
python-version: 3.7
- os: macos-latest
python-version: 3.8
- os: macos-latest
Expand Down

0 comments on commit 94fe3b4

Please sign in to comment.