From 739ebda06c48e2088270aab63a9f5b7344ad1666 Mon Sep 17 00:00:00 2001 From: Pablo Collins Date: Wed, 18 Feb 2026 12:25:16 -0500 Subject: [PATCH 1/2] Add 3.13 to the hatch matrix Hatch matrix testing is not actually used atm, but we'll keep the config in case we want to start using it later. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87fee756..e2e3a4d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ cov = [ ] [[tool.hatch.envs.all.matrix]] -python = ["3.9", "3.10", "3.11", "3.12"] +python = ["3.9", "3.10", "3.11", "3.12", "3.13"] [tool.hatch.envs.types] dependencies = [ From 62067ca3a01fbba6ad03715b678ae52f65bb65da Mon Sep 17 00:00:00 2001 From: Pablo Collins Date: Wed, 18 Feb 2026 12:27:44 -0500 Subject: [PATCH 2/2] Add 3.14 to hatch matrix and classifiers --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2e3a4d4..204c4445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] @@ -69,7 +70,7 @@ cov = [ ] [[tool.hatch.envs.all.matrix]] -python = ["3.9", "3.10", "3.11", "3.12", "3.13"] +python = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] [tool.hatch.envs.types] dependencies = [