From 4f4d42eff0633b112c7417ab0ea21bd87514c776 Mon Sep 17 00:00:00 2001 From: Henri Drake Date: Mon, 9 Feb 2026 16:01:13 -0800 Subject: [PATCH 1/2] Drop minimum Python down to >=3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee420c1..2e11f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] description = "A package to sample grid-consistent sections from ocean model outputs" readme = "README.md" -requires-python = ">=3.12" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", From 9a39534b0a047c2d4f64cb4fd14bb42ece95a57a Mon Sep 17 00:00:00 2001 From: Henri Drake Date: Mon, 9 Feb 2026 16:01:53 -0800 Subject: [PATCH 2/2] Bump minor version --- sectionate/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sectionate/version.py b/sectionate/version.py index c58e320..3c04d5a 100644 --- a/sectionate/version.py +++ b/sectionate/version.py @@ -1,3 +1,3 @@ """sectionate: version information""" -__version__ = "0.3.1" +__version__ = "0.3.2"