From 639cee54a0fdb9c712f802901ba6a7b1f24f7bad Mon Sep 17 00:00:00 2001 From: EarningsCall Date: Mon, 17 Nov 2025 08:17:36 -0600 Subject: [PATCH 1/2] Add python 3.14 to test matrix. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cee888..f4f5b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=hatch_ no-cov = "cov --no-cov" [[tool.hatch.envs.test.matrix]] -python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] +python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] [tool.hatch.build.targets.wheel.hooks.mypyc] From fceef457fe1ecda706a0109cf7a2dc14cfa9a08d Mon Sep 17 00:00:00 2001 From: EarningsCall Date: Mon, 17 Nov 2025 08:24:33 -0600 Subject: [PATCH 2/2] Add 3.14 to container matrix. --- hatch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch.toml b/hatch.toml index db51d19..b0095b6 100644 --- a/hatch.toml +++ b/hatch.toml @@ -21,7 +21,7 @@ cov = [ type = "container" [[envs.all.matrix]] -python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] +python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] [envs.lint] detached = true