Skip to content

Commit

Permalink
Merge pull request #102 from rcaneill/update_python
Browse files Browse the repository at this point in the history
Update python
  • Loading branch information
rcaneill committed Mar 7, 2024
2 parents 7fca8e8 + fe89a0f commit f948a9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.3.2"]
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions docs/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### (unreleased)
* Rework doc: set up readthedocs
* Drop python 3.8
* Add python 3.12
* pyOpenSci review process: improve documentation

### v0.4.2 (2023-08-07)
* Allow additional dimension names occurring when variables on inner grid are diagnosed, e.g. `x_grid_U_inner` or `x_grid_U`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
exclude = ["xnemogcm/test/data"]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9"
dask = {extras = ["array"], version = "*"}
netcdf4 = ">=1.5.8"
xarray = ">=0.21.1"
Expand Down

0 comments on commit f948a9b

Please sign in to comment.