Skip to content

Commit

Permalink
ci: exclude macos and python 3.10 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 19, 2024
1 parent 37deeb6 commit beec0dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -60,6 +60,9 @@ jobs:
- "310"
- "311"
- "312"
exclude:
- os: macos-latest
python-version: "310"
steps:
- uses: actions/checkout@v4

0 comments on commit beec0dd

Please sign in to comment.