Skip to content

Commit

Permalink
update python dependencies to match iris (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley authored May 23, 2023
1 parent 7a98c7d commit fecb156
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 301 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
PACKAGE = "esmf_regrid"

#: GHA-CI environment variable hook.
PY_VER = os.environ.get("PY_VER", ["3.8", "3.9", "3.10"])
PY_VER = os.environ.get("PY_VER", ["3.9", "3.10", "3.11"])

#: GHA-CI environment variable hook.
COVERAGE = os.environ.get("COVERAGE", False)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Atmospheric Science",
]
description = "Iris regridding scheme using ESMF"
Expand All @@ -45,7 +45,7 @@ Issues = "https://github.com/SciTools-incubator/iris-esmf-regrid/issues"

[tool.black]
line-length = 88
target-version = ['py38', 'py39', 'py310']
target-version = ['py39', 'py310', 'py311']
include = '\.pyi?$'

[tool.pytest.ini_options]
Expand Down
Loading

0 comments on commit fecb156

Please sign in to comment.