From 8f5ab6516ae26eb9a9153136f0c049d5433de818 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 23 Jun 2024 15:35:30 +0200 Subject: [PATCH 1/5] bump dependencies --- docs/whats-new.rst | 6 +++--- pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index b753b298..89afa8ae 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -12,9 +12,9 @@ What's new dependency old minimum new minimum ============ ============== ============== python 3.8 3.9 - xarray 0.16.1 0.20 - numpy 1.17 1.22 - pint 0.16 0.19 + xarray 0.16.1 2022.06.0 + numpy 1.17 1.23 + pint 0.16 0.21 ============ ============== ============== By `Justus Magin `_. diff --git a/pyproject.toml b/pyproject.toml index 87627dfd..051fa9b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,9 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "numpy >= 1.22", - "xarray >= 0.20", - "pint >= 0.19", + "numpy >= 1.23", + "xarray >= 2022.06.0", + "pint >= 0.21", ] dynamic = ["version"] From a294a9a4f11fd178336e3be37cab19a60974bccc Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 23 Jun 2024 15:36:15 +0200 Subject: [PATCH 2/5] officially support python 3.12 --- docs/whats-new.rst | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index 89afa8ae..45e03252 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -18,7 +18,7 @@ What's new ============ ============== ============== By `Justus Magin `_. -- add support for python 3.11 (:pull:`228`) +- add support for python 3.11 and 3.12 (:pull:`228`) By `Justus Magin `_. - ignore datetime units on attributes (:pull:`241`) By `Justus Magin `_. diff --git a/pyproject.toml b/pyproject.toml index 051fa9b4..61300d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering", ] requires-python = ">=3.9" From 84468c3981f4ffe11d110b41f49331a2919689da Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 23 Jun 2024 15:38:09 +0200 Subject: [PATCH 3/5] also bump the docs requirements --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9ccf8851..65118338 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -pint>=0.14 -xarray>=0.16.0 +pint>=0.21 +xarray>=2022.06.0 pooch netCDF4 cf-xarray>=0.6 From 28f1bb0025d13ebb017b99b80644beab503117fb Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 23 Jun 2024 15:47:54 +0200 Subject: [PATCH 4/5] release date --- docs/whats-new.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index 45e03252..af951bed 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -2,8 +2,8 @@ What's new ========== -0.4 (*unreleased*) ------------------- +0.4 (23 Jun 2024) +----------------- - adopt `SPEC0 `_ (:pull:`228`) This means that the supported versions change: From 23d9ab73b7ad4d88dd525013bf4630a016b63f75 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 23 Jun 2024 15:48:16 +0200 Subject: [PATCH 5/5] release notes --- docs/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index af951bed..4960e660 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -18,7 +18,7 @@ What's new ============ ============== ============== By `Justus Magin `_. -- add support for python 3.11 and 3.12 (:pull:`228`) +- add support for python 3.11 and 3.12 (:pull:`228`, :pull:`263`) By `Justus Magin `_. - ignore datetime units on attributes (:pull:`241`) By `Justus Magin `_.