Skip to content

Commit

Permalink
Updating feature branch unstructured_scheme from 44d6048 to head of m…
Browse files Browse the repository at this point in the history
…ain, e528cbf
  • Loading branch information
stephenworsley committed Aug 27, 2021
1 parent 523330c commit 9384c99
Show file tree
Hide file tree
Showing 9 changed files with 269 additions and 250 deletions.
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ test_task:
only_if: ${SKIP_TEST_TASK} == ""
auto_cancellation: true
matrix:
env:
PY_VER: "3.6"
env:
PY_VER: "3.7"
env:
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
PACKAGE = "esmf_regrid"

#: Cirrus-CI environment variable hook.
PY_VER = os.environ.get("PY_VER", ["3.6", "3.7", "3.8"])
PY_VER = os.environ.get("PY_VER", ["3.7", "3.8"])

#: Cirrus-CI environment variable hook.
COVERAGE = os.environ.get("COVERAGE", False)
Expand Down
154 changes: 0 additions & 154 deletions requirements/nox.lock/py36-linux-64.lock

This file was deleted.

165 changes: 134 additions & 31 deletions requirements/nox.lock/py37-linux-64.lock

Large diffs are not rendered by default.

164 changes: 133 additions & 31 deletions requirements/nox.lock/py38-linux-64.lock

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions requirements/py36.yml

This file was deleted.

1 change: 0 additions & 1 deletion requirements/py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:

# Core dependencies.
- cartopy>=0.18
- iris
- numpy>=1.14
- scipy
- esmpy>=7.0
Expand Down
1 change: 0 additions & 1 deletion requirements/py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:

# Core dependencies.
- cartopy>=0.18
- iris
- numpy>=1.14
- scipy
- esmpy>=7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = attr: esmf_regrid.__version__
[options]
packages = find:
python_requires =
>=3.6,<3.9
>=3.7,<3.9
setup_requires =
setuptools>=40.8.0
zip_safe = False
Expand Down

0 comments on commit 9384c99

Please sign in to comment.