Skip to content

Commit

Permalink
Drop support for python 3.7 as newer versions of scipy do not support it
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jul 9, 2023
1 parent 2f2effe commit badb684
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ plugins:
import:
- https://docs.xarray.dev/en/stable/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://docs.scipy.org/doc/scipy/objects.inv
options:
show_root_heading: true
show_source: false
Expand Down
Loading

0 comments on commit badb684

Please sign in to comment.