Skip to content

Commit

Permalink
another attempt to remove Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchang committed Jan 15, 2025
1 parent 5c0d4ee commit f489f36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-latest]
python-version: [7, 8, 9, 10, 11, 12]
exclude:
- python-version: 7
os: [ubuntu-latest, macos-latest]
python-version: [8, 9, 10, 11, 12]

steps:
- name: Checkout
Expand Down

0 comments on commit f489f36

Please sign in to comment.