Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraphic authored Mar 30, 2024
1 parent 8ca69ed commit 2a54eac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
exclude:
- os: windows-latest
architecture: arm64
- os: ubuntu-latest
architecture: arm64
- os: macos-latest # Support from 3.10 onwards
architecture: arm64
python-version: '3.7'
- os: macos-latest
architecture: arm64
python-version: '3.8'
- os: macos-latest
architecture: arm64
python-version: '3.9'
fail-fast: false

steps:
Expand Down

0 comments on commit 2a54eac

Please sign in to comment.