From bc99b876e4c81773df68fb968d630fde4b49e4c8 Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 7 Mar 2024 10:40:16 +0100 Subject: [PATCH 1/2] docs/ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78ae5a1..bee55f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" From fe89a0fb0b8aa0647b7df0dc7ca1370f313aa307 Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 7 Mar 2024 10:40:43 +0100 Subject: [PATCH 2/2] update python and doc --- .github/workflows/ci.yml | 4 ++-- docs/new.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e23be14..75c0a41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/docs/new.md b/docs/new.md index f8ade31..b107159 100644 --- a/docs/new.md +++ b/docs/new.md @@ -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`.