From df3f708c945f80bd1adaea742306145704fb952f Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Mon, 27 Oct 2025 19:36:39 +0100 Subject: [PATCH 1/3] bump to 3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e0aee22b..3d9bc12c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ maintainers = [ ] description = "A succinct matplotlib wrapper for making beautiful, publication-quality graphics." readme = "README.rst" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.10,<3.15" license = {text = "MIT"} classifiers = [ "License :: OSI Approved :: MIT License", From 563cb88c0567bc771579aa50705e938e134aeab6 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Tue, 28 Oct 2025 00:33:50 +0100 Subject: [PATCH 2/3] bump to 3.14 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3d9bc12c2..9c1de5a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Framework :: Matplotlib", ] dependencies= [ From c80b83d232b737972e1d3b9c04d493df1b6269ed Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Tue, 6 Jan 2026 20:26:54 +1000 Subject: [PATCH 3/3] mock commit --- ultraplot/axes/plot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ultraplot/axes/plot.py b/ultraplot/axes/plot.py index 526e6ffac..d37498dbb 100644 --- a/ultraplot/axes/plot.py +++ b/ultraplot/axes/plot.py @@ -5864,3 +5864,6 @@ def _iter_arg_cols(self, *args, label=None, labels=None, values=None, **kwargs): # Rename the shorthands boxes = warnings._rename_objs("0.8.0", boxes=box) violins = warnings._rename_objs("0.8.0", violins=violin) + + +# mock commit