Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd authored May 19, 2024
1 parent 1137d53 commit 7f31fbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [windows-latest, ] # [ubuntu-latest, windows-latest, macos-13, macos-14, ]
python-version: ["3.10", ] # ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-13, macos-14, ]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-14
python-version: "3.6"
- os: macos-14
python-version: "3.7"
steps:
Expand Down

0 comments on commit 7f31fbc

Please sign in to comment.