Skip to content

Commit

Permalink
Test more python and xarray versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverwm1 committed Jan 6, 2024
1 parent b470a1c commit 0f32877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.8", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ deps =
xarray21: xarray>=0.21.0,<0.22.0
xarray202203: xarray>=2022.03.0,<2022.04.0
xarray202206: xarray>=2022.06.0,<2022.07.0
xarray202306: xarray>=2023.06.0,<2023.07.0
xarray202312: xarray>=2023.12.0,<2024.01.0
commands =
pytest

0 comments on commit 0f32877

Please sign in to comment.