Skip to content

Commit

Permalink
Drop py38 (#814)
Browse files Browse the repository at this point in the history
* Update environment.yml

* Update climpred_installs.yml

* Update climpred_testing.yml

* Update climpred-dev.yml

* Update maximum-tests.yml

* Update minimum-tests.yml

* miniforge-variant: Mambaforge
  • Loading branch information
aaronspring authored Feb 14, 2023
1 parent 4e2dfa8 commit 0981760
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: climpred-docs-notebooks
channels:
- conda-forge
dependencies:
- python>=3.7
- python>=3.9
- xarray>=0.19.0
- dask-core>=2021.10.0
- cftime>=1.5.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/climpred_installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
pip install -e .[complete]
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
pip install -e .
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/climpred_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
with:
auto-update-conda: false
channels: conda-forge
mamba-version: '*'
miniforge-variant: Mambaforge
activate-environment: climpred-minimum-tests
python-version: 3.8
python-version: 3.9
- name: Set up conda environment
run: |
mamba env update -f ci/requirements/minimum-tests.yml
Expand All @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: [ "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -79,7 +79,7 @@ jobs:
with:
auto-update-conda: false
channels: conda-forge
mamba-version: '*'
miniforge-variant: Mambaforge
activate-environment: climpred-maximum-tests
python-version: ${{ matrix.python-version }}
- name: Set up conda environment
Expand Down Expand Up @@ -111,10 +111,10 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
channels: conda-forge
mamba-version: "*"
miniforge-variant: Mambaforge
activate-environment: climpred-maximum-tests
auto-update-conda: false
python-version: 3.8
python-version: 3.9
- name: Install conda dependencies
run: |
mamba env update -f ci/requirements/maximum-tests.yml
Expand All @@ -141,9 +141,9 @@ jobs:
with:
auto-update-conda: false
channels: conda-forge
mamba-version: '*'
miniforge-variant: Mambaforge
activate-environment: climpred-docs
python-version: 3.8
python-version: 3.9
- name: Set up conda environment
run: |
mamba env update -f ci/requirements/docs.yml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/climpred-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8
- python>=3.9
# Documentation
- myst-nb
- nbstripout
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/maximum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8
- python>=3.9
- cftime>=1.5.0
- coveralls
- dask-core
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/minimum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8
- python>=3.9
- cftime>=1.5.0
- coveralls
- dask-core
Expand Down

0 comments on commit 0981760

Please sign in to comment.