Skip to content

Commit

Permalink
drop py36 and bump min xarray version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hamman committed Jul 12, 2020
1 parent 781f539 commit 63cca36
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Setup Python
Expand Down
12 changes: 0 additions & 12 deletions ci/py36.yml

This file was deleted.

5 changes: 1 addition & 4 deletions ci/py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ dependencies:
- dask
- pytest
- scikit-learn
- xarray
- pip
- pip:
- git+https://github.com/pydata/xarray
- xarray>=0.16
3 changes: 0 additions & 3 deletions ci/py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ dependencies:
- pytest
- scikit-learn
- xarray
- pip
- pip:
- git+https://github.com/pydata/xarray
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
xarray>=0.15
xarray>=0.16
scikit-learn>=0.21

0 comments on commit 63cca36

Please sign in to comment.