Skip to content

Commit

Permalink
Update python version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 22, 2024
1 parent b991798 commit 94153da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest , macos-latest , windows-latest]
python-minor-version: [8, 9, 10]
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 94153da

Please sign in to comment.