Skip to content

Commit

Permalink
Merge pull request #15 from campospinto/campospinto-patch-1
Browse files Browse the repository at this point in the history
We stop testing for python 3.9 in continuous-integration.yml, since calls to scipy minres using rtol require scipy 1.14 which requires python >= 3.10
  • Loading branch information
campospinto authored Jul 26, 2024
2 parents 7240cfd + b4b1ada commit 2ed9431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ 3.9, '3.10', '3.11', '3.12' ]
python-version: [ '3.10', '3.11', '3.12' ]
isMerge:
- ${{ github.event_name == 'push' && github.ref == 'refs/heads/devel' }}
exclude:
- { isMerge: false, python-version: 3.9 }
- { isMerge: false, python-version: '3.10' }
include:
- os: macos-latest
Expand Down

0 comments on commit 2ed9431

Please sign in to comment.