Skip to content

Commit

Permalink
MNT: Bump testing from py38 to py39 since a pip wheel for netcdf4 is …
Browse files Browse the repository at this point in the history
…not available for osx-arm64. [skip ci]
  • Loading branch information
Taher Chegini committed Dec 2, 2023
1 parent a217afc commit 7f4aca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_deps() -> list[str]:
return tomli.load(f)["project"]["dependencies"]


python_versions = ["3.8"]
python_versions = ["3.9"]
lint_versions = ["3.11"]
package = get_package_name()
gh_deps = {
Expand Down

0 comments on commit 7f4aca4

Please sign in to comment.