Skip to content

Commit

Permalink
Add py3.12 to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Jan 18, 2025
1 parent ba94a9a commit bb1fadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.11"]
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
miniforge-variant: Miniforge3
channels: conda-forge,defaults
channels: conda-forge
use-mamba: true
channel-priority: strict
show-channel-urls: true
Expand Down

0 comments on commit bb1fadc

Please sign in to comment.