From df3f708c945f80bd1adaea742306145704fb952f Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Mon, 27 Oct 2025 19:36:39 +0100 Subject: [PATCH 1/2] 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/2] 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= [