Skip to content

Commit

Permalink
remove python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Apr 23, 2024
1 parent 34295f1 commit 04005aa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 276 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.10"]
session: ["wheel"]

steps:
Expand Down
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.9", "3.10", "3.11"])
PY_VER = os.environ.get("PY_VER", ["3.10", "3.11"])

#: GHA-CI environment variable hook.
COVERAGE = os.environ.get("COVERAGE", False)
Expand Down
Loading

0 comments on commit 04005aa

Please sign in to comment.