Skip to content

Commit

Permalink
Test all config with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 23, 2024
1 parent 357592f commit 3ed2b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ] #, macos-latest , windows-latest]
python-minor-version: [8, 9, 10, 11]
os: [ ubuntu-latest , macos-latest , windows-latest]
python-minor-version: [8, 9, 10, 11, 12]
isMaster:
- ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/dev') }}
exclude:
Expand Down

0 comments on commit 3ed2b8d

Please sign in to comment.