Skip to content

Commit

Permalink
later python
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Jan 30, 2024
1 parent ec5e24c commit 1b2cf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
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: [38, 39, 310]
python-version: [39, 310, 311]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-py38.yml → ci/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- python=3.11
- dask
- zarr
- xarray
Expand Down

0 comments on commit 1b2cf77

Please sign in to comment.