Skip to content

Commit

Permalink
Test more platforms and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Aug 10, 2023
1 parent 4e78b88 commit d1b7916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
python: ["3.9"]
os: [ubuntu-latest, windows-latest, macos-latest]
python: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout unit tests
Expand Down

0 comments on commit d1b7916

Please sign in to comment.