Skip to content

Commit

Permalink
WIP: all
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Nov 20, 2024
1 parent 81b7988 commit 1047f10
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/unit-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [macos-latest]
python-version: ["3.11.x"]
os: [ubuntu-latest, macos-latest]
python-version: ["3.11.x", "3.12.x"]
experimental: [false]
include:
- os: ubuntu-latest
python-version: "3.13.x"
experimental: true
- os: macos-latest
python-version: "3.13.x"
experimental: true
steps:
- name: "check out repository"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit 1047f10

Please sign in to comment.