Skip to content

Commit

Permalink
feat: try darwin and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Aug 29, 2024
1 parent ace603d commit d9a790b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
os: [ubuntu-latest]
EXTRA: [false] # used to force includes to get included
include:
- python-version: ['3.11', '3.12']
- python-version: '3.11'
os: macos-latest
EXTRA: true
- python-version: '3.12'
os: macos-latest
EXTRA: true
- python-version: ['3.7', '3.12']
Expand Down

0 comments on commit d9a790b

Please sign in to comment.