Skip to content

Commit

Permalink
updating build and freeze matrix to include linux, mac and python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mfixstsci committed May 29, 2024
1 parent b68d7dd commit 58b9fc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os:
[ "ubuntu-latest", "macos-latest" ]
python-version:
- "3.11"
[ "3.11", "3.12" ]
fail-fast: false
name: freeze versions (Python ${{ matrix.python-version }})
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest" ]
python-version: [ "3.11" ]
python-version: [ "3.11", "3.12" ]
fail-fast: false
env:
PYTHONUNBUFFERED: 1
Expand Down

0 comments on commit 58b9fc7

Please sign in to comment.