Skip to content

Commit

Permalink
chore: run in 3.12 env
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jun 2, 2024
1 parent 02a27da commit 4dfd71c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
- "39"
- "310"
- "311"
- "312"
include:
- os: macos-latest
python-version: "39"
- os: macos-latest
python-version: "311"
python-version: "312"

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -72,6 +73,10 @@ jobs:
NUMBA_CAPTURED_ERRORS: new_style
deps:
python-version: "3.11"
- env:
NUMBA_CAPTURED_ERRORS: new_style
deps:
python-version: "3.12"
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 4dfd71c

Please sign in to comment.