Skip to content

Commit

Permalink
Restrictibg Python requirement to above 3.8 and below 3.12 (awaiting …
Browse files Browse the repository at this point in the history
…the cftime/cfunits stuff to be fixed
  • Loading branch information
oyvfoss committed Aug 5, 2024
1 parent 49eb721 commit 9117c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_kval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12"]
python-version: [ "3.9", "3.10", "3.11",]

steps:
- name: Checkout repository
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ maintainers = [
{ name = "Norwegian Polar Institute, Oceanography section", email = "" },
]

requires-python = ">=3.9"

requires-python = ">=3.9, <3.12"
dependencies = [
"xarray>=2023.10.1",
"jupyter>=1.0.0",
Expand Down

0 comments on commit 9117c45

Please sign in to comment.